#429298

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

Shades of Blue Chill #429298

Tints of Blue Chill #429298

Color information

#429298 (or 0x429298) is unknown color: approx Blue Chill. HEX triplet: 42, 92 and 98. RGB value is (66,146,152). Sum of RGB (Red+Green+Blue) = 66+146+152=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #429298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429298 is #BD6D67. Grayscale: #7A7A7A. Windows color (decimal): -12414312 or 9998914. OLE color: 9998914.

HSL color Cylindrical-coordinate representation of color #429298: hue angle of 184.19º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429298 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB66146152-
CMYK0.570.0400.40
HSL184.19º39.45%42.75%-
HSV(B)184.19º56.58%59.61%-
XYZ18.1923.9833.38-
YUV122.76144.587.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.13%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 152 (59.77% from 255) = 41.76%
R=18.13%
G=40.11%
B=41.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661461520.570.0400.40184.1939.4542.75
Hex429298394028b8272b
Octal1022222307140502704753
Binary10000101001001010011000111001100010100010111000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429298; }

 p { color: rgb(66,146,152); }

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

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

 a { background-color: rgb(66,146,152); }

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

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

 span { border-color: rgb(66,146,152); }

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