#298ECB

Color #298ECB Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #298ECB

Tints of Curious Blue #298ECB

Color information

#298ECB (or 0x298ECB) is unknown color: approx Curious Blue. HEX triplet: 29, 8E and CB. RGB value is (41,142,203). Sum of RGB (Red+Green+Blue) = 41+142+203=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #298ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ECB is #D67134. Grayscale: #767676. Windows color (decimal): -14053685 or 13340201. OLE color: 13340201.

HSL color Cylindrical-coordinate representation of color #298ECB: hue angle of 202.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #298ECB is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB41142203-
CMYK0.800.3000.20
HSL202.59º66.39%47.84%-
HSV(B)202.59º79.8%79.61%-
XYZ21.3724.1360.03-
YUV118.76175.5472.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 10.62%
GREEN value IS 142 (55.86% from 255) = 36.79%
BLUE value IS 203 (79.69% from 255) = 52.59%
R=10.62%
G=36.79%
B=52.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal411422030.800.3000.20202.5966.3947.84
Hex298ECB501E014cb4230
Octal512163131203602431310260
Binary1010011000111011001011101000011110010100110010111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298ECB; }

 p { color: rgb(41,142,203); }

 H1.HeaderClassName
 {
   color: #298ECB;
 }
 .AnyTagClassName
 {
   color: #298ECB;
 }
</style>
background-color css

<style>
 a { background-color: #298ECB; }

 a { background-color: rgb(41,142,203); }

 div.DivClassName
 {
   background-color: #298ECB;
 }
 .BgClassName
 {
   background-color: #298ECB;
 }
</style>
border-color css

<style>
 span { border-color: #298ECB; }

 span { border-color: rgb(41,142,203); }

 td.TdClassName
 {
   border-color: #298ECB;
 }
 .TagClassName
 {
   border-color: #298ECB;
 }
</style>