Html Css Color HEX #368289 Blue Chill

📋 copy color: '#368289'

red 54 ◦ green 130 ◦ blue 137

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

Shades of Blue Chill #368289

Tints of Blue Chill #368289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.5%

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

R = 16.82%
G = 40.5%
B = 42.68%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#368289 (or 0x368289) is known color: Blue Chill. HEX triplet: 36, 82 and 89. RGB value is (54,130,137). Sum of RGB (Red+Green+Blue) = 54+130+137=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #368289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368289 is #C97D76. Grayscale: #6B6B6B. Windows color (decimal): -13204855 or 9011766. OLE color: 9011766.

HSL color Cylindrical-coordinate representation of color #368289: hue angle of 185.06º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368289 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 130 137 -
CMYK 0.61 0.05 0 0.46
HSL 185.06º 0.43% 0.37% -
HSV(B) 185.06º 0.61% 0.54% -
XYZ 14.02 18.56 26.51 -
YUV 108.07 144.32 89.43 -
System Red Green Blue C M Y K H S L
Decimal 54 130 137 0.61 0.05 0 0.46 185.06 0.43 0.37
Hex 36 82 89 3D 5 0 2E B9 2B 25
Octal 66 202 211 75 5 0 56 271 53 45
Binary 110110 10000010 10001001 111101 101 0 101110 10111001 101011 100101

Color Harmonies of #368289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368289

Black with #368289

Text Example


Text Example

White with #368289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368289; }

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

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

background-color css

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

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

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

border-color css

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

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

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