Html Css Color HEX #389088 Blue Chill

📋 copy color: '#389088'

red 56 ◦ green 144 ◦ blue 136

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

Shades of Blue Chill #389088

Tints of Blue Chill #389088

RGB

 RED value IS 56 (22.27% from 255) = 16.67%

 GREEN value IS 144 (56.64% from 255) = 42.86%

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

R = 16.67%
G = 42.86%
B = 40.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#389088 (or 0x389088) is known color: Blue Chill. HEX triplet: 38, 90 and 88. RGB value is (56,144,136). Sum of RGB (Red+Green+Blue) = 56+144+136=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #389088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389088 is #C76F77. Grayscale: #747474. Windows color (decimal): -13070200 or 8949816. OLE color: 8949816.

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

Color convert

RGB 56 144 136 -
CMYK 0.61 0 0.06 0.44
HSL 174.55º 0.44% 0.39% -
HSV(B) 174.55º 0.61% 0.56% -
XYZ 16.05 22.56 26.8 -
YUV 116.78 138.85 84.65 -
System Red Green Blue C M Y K H S L
Decimal 56 144 136 0.61 0 0.06 0.44 174.55 0.44 0.39
Hex 38 90 88 3D 0 6 2C AF 2C 27
Octal 70 220 210 75 0 6 54 257 54 47
Binary 111000 10010000 10001000 111101 0 110 101100 10101111 101100 100111

Color Harmonies of #389088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389088

Black with #389088

Text Example


Text Example

White with #389088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389088; }

 p { color: rgb(56,144,136); }

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

background-color css

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

 a { background-color: rgb(56,144,136); }

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

border-color css

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

 span { border-color: rgb(56,144,136); }

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