Html Css Color HEX #418891 Blue Chill

📋 copy color: '#418891'

red 65 ◦ green 136 ◦ blue 145

#418891
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #418891

Tints of Blue Chill #418891

RGB

 RED value IS 65 (25.78% from 255) = 18.79%

 GREEN value IS 136 (53.52% from 255) = 39.31%

 BLUE value IS 145 (57.03% from 255) = 41.91%

R = 18.79%
G = 39.31%
B = 41.91%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#418891 (or 0x418891) is known color: Blue Chill. HEX triplet: 41, 88 and 91. RGB value is (65,136,145). Sum of RGB (Red+Green+Blue) = 65+136+145=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #418891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418891 is #BE776E. Grayscale: #737373. Windows color (decimal): -12482415 or 9537601. OLE color: 9537601.

HSL color Cylindrical-coordinate representation of color #418891: hue angle of 186.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418891 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 136 145 -
CMYK 0.55 0.06 0 0.43
HSL 186.75º 0.38% 0.41% -
HSV(B) 186.75º 0.55% 0.57% -
XYZ 16.09 20.78 29.95 -
YUV 115.8 144.48 91.77 -
System Red Green Blue C M Y K H S L
Decimal 65 136 145 0.55 0.06 0 0.43 186.75 0.38 0.41
Hex 41 88 91 37 6 0 2B BB 26 29
Octal 101 210 221 67 6 0 53 273 46 51
Binary 1000001 10001000 10010001 110111 110 0 101011 10111011 100110 101001

Color Harmonies of #418891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418891

Black with #418891

Text Example


Text Example

White with #418891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418891; }

 p { color: rgb(65,136,145); }

 H1.HeaderClassName
 {
   color: #418891;
 }
 .AnyTagClassName
 {
   color: #418891;
 }
</style>

background-color css

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

 a { background-color: rgb(65,136,145); }

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

border-color css

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

 span { border-color: rgb(65,136,145); }

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