Html Css Color HEX #368892 Blue Chill

📋 copy color: '#368892'

red 54 ◦ green 136 ◦ blue 146

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

Shades of Blue Chill #368892

Tints of Blue Chill #368892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 16.07%
G = 40.48%
B = 43.45%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#368892 (or 0x368892) is known color: Blue Chill. HEX triplet: 36, 88 and 92. RGB value is (54,136,146). Sum of RGB (Red+Green+Blue) = 54+136+146=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #368892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368892 is #C9776D. Grayscale: #707070. Windows color (decimal): -13203310 or 9603126. OLE color: 9603126.

HSL color Cylindrical-coordinate representation of color #368892: hue angle of 186.52º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #368892 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 136 146 -
CMYK 0.63 0.07 0 0.43
HSL 186.52º 0.46% 0.39% -
HSV(B) 186.52º 0.63% 0.57% -
XYZ 15.51 20.47 30.33 -
YUV 112.62 146.83 86.19 -
System Red Green Blue C M Y K H S L
Decimal 54 136 146 0.63 0.07 0 0.43 186.52 0.46 0.39
Hex 36 88 92 3F 7 0 2B BB 2E 27
Octal 66 210 222 77 7 0 53 273 56 47
Binary 110110 10001000 10010010 111111 111 0 101011 10111011 101110 100111

Color Harmonies of #368892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368892

Black with #368892

Text Example


Text Example

White with #368892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368892; }

 p { color: rgb(54,136,146); }

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

background-color css

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

 a { background-color: rgb(54,136,146); }

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

border-color css

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

 span { border-color: rgb(54,136,146); }

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