#298dc6

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

Shades of Curious Blue #298DC6

Tints of Curious Blue #298DC6

Color information

#298DC6 (or 0x298DC6) is unknown color: approx Curious Blue. HEX triplet: 29, 8D and C6. RGB value is (41,141,198). Sum of RGB (Red+Green+Blue) = 41+141+198=380 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.79% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #298DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298DC6 is #D67239. Grayscale: #757575. Windows color (decimal): -14053946 or 13012265. OLE color: 13012265.

HSL color Cylindrical-coordinate representation of color #298DC6: hue angle of 201.78º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #298DC6 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB41141198-
CMYK0.790.2900.22
HSL201.78º65.69%46.86%-
HSV(B)201.78º79.29%77.65%-
XYZ20.6323.656.89-
YUV117.6173.3773.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.79%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 198 (77.73% from 255) = 52.11%
R=10.79%
G=37.11%
B=52.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal411411980.790.2900.22201.7865.6946.86
Hex298DC64F1D016ca422f
Octal512153061173502631210257
Binary1010011000110111000110100111111101010110110010101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298dc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,141,198); }

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

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

 a { background-color: rgb(41,141,198); }

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

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

 span { border-color: rgb(41,141,198); }

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