Html Css Color HEX #368790 Blue Chill

📋 copy color: '#368790'

red 54 ◦ green 135 ◦ blue 144

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

Shades of Blue Chill #368790

Tints of Blue Chill #368790

RGB

 RED value IS 54 (21.48% from 255) = 16.22%

 GREEN value IS 135 (53.13% from 255) = 40.54%

 BLUE value IS 144 (56.64% from 255) = 43.24%

R = 16.22%
G = 40.54%
B = 43.24%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#368790 (or 0x368790) is known color: Blue Chill. HEX triplet: 36, 87 and 90. RGB value is (54,135,144). Sum of RGB (Red+Green+Blue) = 54+135+144=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #368790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368790 is #C9786F. Grayscale: #6F6F6F. Windows color (decimal): -13203568 or 9471798. OLE color: 9471798.

HSL color Cylindrical-coordinate representation of color #368790: hue angle of 186º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368790 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 135 144 -
CMYK 0.63 0.06 0 0.44
HSL 186º 0.45% 0.39% -
HSV(B) 186º 0.63% 0.56% -
XYZ 15.22 20.13 29.47 -
YUV 111.81 146.16 86.77 -
System Red Green Blue C M Y K H S L
Decimal 54 135 144 0.63 0.06 0 0.44 186 0.45 0.39
Hex 36 87 90 3F 6 0 2C BA 2D 27
Octal 66 207 220 77 6 0 54 272 55 47
Binary 110110 10000111 10010000 111111 110 0 101100 10111010 101101 100111

Color Harmonies of #368790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368790

Black with #368790

Text Example


Text Example

White with #368790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368790; }

 p { color: rgb(54,135,144); }

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

background-color css

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

 a { background-color: rgb(54,135,144); }

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

border-color css

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

 span { border-color: rgb(54,135,144); }

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