#43969E

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

Shades of Blue Chill #43969E

Tints of Blue Chill #43969E

Color information

#43969E (or 0x43969E) is unknown color: approx Blue Chill. HEX triplet: 43, 96 and 9E. RGB value is (67,150,158). Sum of RGB (Red+Green+Blue) = 67+150+158=375 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.87% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #43969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43969E is #BC6961. Grayscale: #7D7D7D. Windows color (decimal): -12347746 or 10393155. OLE color: 10393155.

HSL color Cylindrical-coordinate representation of color #43969E: hue angle of 185.27º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43969E is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB67150158-
CMYK0.580.0500.38
HSL185.27º40.44%44.12%-
HSV(B)185.27º57.59%61.96%-
XYZ19.3925.4736.24-
YUV126.114685.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.87%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=17.87%
G=40%
B=42.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal671501580.580.0500.38185.2740.4444.12
Hex43969E3A5026b9282c
Octal1032262367250462715054
Binary10000111001011010011110111010101010011010111001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43969E; }

 p { color: rgb(67,150,158); }

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

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

 a { background-color: rgb(67,150,158); }

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

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

 span { border-color: rgb(67,150,158); }

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