Html Css Color HEX #368590 Blue Chill

📋 copy color: '#368590'

red 54 ◦ green 133 ◦ blue 144

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

Shades of Blue Chill #368590

Tints of Blue Chill #368590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

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

R = 16.31%
G = 40.18%
B = 43.5%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#368590 (or 0x368590) is known color: Blue Chill. HEX triplet: 36, 85 and 90. RGB value is (54,133,144). Sum of RGB (Red+Green+Blue) = 54+133+144=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #368590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368590 is #C97A6F. Grayscale: #6E6E6E. Windows color (decimal): -13204080 or 9471286. OLE color: 9471286.

HSL color Cylindrical-coordinate representation of color #368590: hue angle of 187.33º 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 #368590 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 133 144 -
CMYK 0.63 0.08 0 0.44
HSL 187.33º 0.45% 0.39% -
HSV(B) 187.33º 0.63% 0.56% -
XYZ 14.94 19.57 29.38 -
YUV 110.63 146.83 87.61 -
System Red Green Blue C M Y K H S L
Decimal 54 133 144 0.63 0.08 0 0.44 187.33 0.45 0.39
Hex 36 85 90 3F 8 0 2C BB 2D 27
Octal 66 205 220 77 10 0 54 273 55 47
Binary 110110 10000101 10010000 111111 1000 0 101100 10111011 101101 100111

Color Harmonies of #368590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368590

Black with #368590

Text Example


Text Example

White with #368590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368590; }

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

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

background-color css

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

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

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

border-color css

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

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

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