#298BC9

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

Shades of Curious Blue #298BC9

Tints of Curious Blue #298BC9

Color information

#298BC9 (or 0x298BC9) is unknown color: approx Curious Blue. HEX triplet: 29, 8B and C9. RGB value is (41,139,201). Sum of RGB (Red+Green+Blue) = 41+139+201=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #298BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BC9 is #D67436. Grayscale: #747474. Windows color (decimal): -14054455 or 13208361. OLE color: 13208361.

HSL color Cylindrical-coordinate representation of color #298BC9: hue angle of 203.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #298BC9 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB41139201-
CMYK0.800.3100.21
HSL203.25º66.12%47.45%-
HSV(B)203.25º79.6%78.82%-
XYZ20.6923.1558.64-
YUV116.77175.5373.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.76%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 201 (78.91% from 255) = 52.76%
R=10.76%
G=36.48%
B=52.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal411392010.800.3100.21203.2566.1247.45
Hex298BC9501F015cb422f
Octal512133111203702531310257
Binary1010011000101111001001101000011111010101110010111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,139,201); }

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

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

 a { background-color: rgb(41,139,201); }

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

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

 span { border-color: rgb(41,139,201); }

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