Html Css Color HEX #368F89 Blue Chill

📋 copy color: '#368F89'

red 54 ◦ green 143 ◦ blue 137

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

Shades of Blue Chill #368F89

Tints of Blue Chill #368F89

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.81%

 BLUE value IS 137 (53.91% from 255) = 41.02%

R = 16.17%
G = 42.81%
B = 41.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#368F89 (or 0x368F89) is known color: Blue Chill. HEX triplet: 36, 8F and 89. RGB value is (54,143,137). Sum of RGB (Red+Green+Blue) = 54+143+137=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 143 - color contains mainly: green. Hex color #368F89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368F89 is #C97076. Grayscale: #737373. Windows color (decimal): -13201527 or 9015094. OLE color: 9015094.

HSL color Cylindrical-coordinate representation of color #368F89: hue angle of 175.96º 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 #368F89 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 143 137 -
CMYK 0.62 0 0.04 0.44
HSL 175.96º 0.45% 0.39% -
HSV(B) 175.96º 0.62% 0.56% -
XYZ 15.86 22.24 27.12 -
YUV 115.71 140.01 83.99 -
System Red Green Blue C M Y K H S L
Decimal 54 143 137 0.62 0 0.04 0.44 175.96 0.45 0.39
Hex 36 8F 89 3E 0 4 2C B0 2D 27
Octal 66 217 211 76 0 4 54 260 55 47
Binary 110110 10001111 10001001 111110 0 100 101100 10110000 101101 100111

Color Harmonies of #368F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368F89

Black with #368F89

Text Example


Text Example

White with #368F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368F89; }

 p { color: rgb(54,143,137); }

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

background-color css

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

 a { background-color: rgb(54,143,137); }

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

border-color css

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

 span { border-color: rgb(54,143,137); }

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