Html Css Color HEX #388589 Blue Chill

📋 copy color: '#388589'

red 56 ◦ green 133 ◦ blue 137

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

Shades of Blue Chill #388589

Tints of Blue Chill #388589

RGB

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

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

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

R = 17.18%
G = 40.8%
B = 42.02%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#388589 (or 0x388589) is known color: Blue Chill. HEX triplet: 38, 85 and 89. RGB value is (56,133,137). Sum of RGB (Red+Green+Blue) = 56+133+137=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #388589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388589 is #C77A76. Grayscale: #6E6E6E. Windows color (decimal): -13073015 or 9012536. OLE color: 9012536.

HSL color Cylindrical-coordinate representation of color #388589: hue angle of 182.96º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388589 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 133 137 -
CMYK 0.59 0.03 0 0.46
HSL 182.96º 0.42% 0.38% -
HSV(B) 182.96º 0.59% 0.54% -
XYZ 14.53 19.42 26.65 -
YUV 110.43 142.99 89.17 -
System Red Green Blue C M Y K H S L
Decimal 56 133 137 0.59 0.03 0 0.46 182.96 0.42 0.38
Hex 38 85 89 3B 3 0 2E B7 2A 26
Octal 70 205 211 73 3 0 56 267 52 46
Binary 111000 10000101 10001001 111011 11 0 101110 10110111 101010 100110

Color Harmonies of #388589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388589

Black with #388589

Text Example


Text Example

White with #388589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388589; }

 p { color: rgb(56,133,137); }

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

background-color css

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

 a { background-color: rgb(56,133,137); }

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

border-color css

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

 span { border-color: rgb(56,133,137); }

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