Html Css Color HEX #388389 Blue Chill

📋 copy color: '#388389'

red 56 ◦ green 131 ◦ blue 137

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

Shades of Blue Chill #388389

Tints of Blue Chill #388389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

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

R = 17.28%
G = 40.43%
B = 42.28%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#388389 (or 0x388389) is known color: Blue Chill. HEX triplet: 38, 83 and 89. RGB value is (56,131,137). Sum of RGB (Red+Green+Blue) = 56+131+137=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #388389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388389 is #C77C76. Grayscale: #6D6D6D. Windows color (decimal): -13073527 or 9012024. OLE color: 9012024.

HSL color Cylindrical-coordinate representation of color #388389: hue angle of 184.44º 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 #388389 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 131 137 -
CMYK 0.59 0.04 0 0.46
HSL 184.44º 0.42% 0.38% -
HSV(B) 184.44º 0.59% 0.54% -
XYZ 14.26 18.88 26.56 -
YUV 109.26 143.65 90.01 -
System Red Green Blue C M Y K H S L
Decimal 56 131 137 0.59 0.04 0 0.46 184.44 0.42 0.38
Hex 38 83 89 3B 4 0 2E B8 2A 26
Octal 70 203 211 73 4 0 56 270 52 46
Binary 111000 10000011 10001001 111011 100 0 101110 10111000 101010 100110

Color Harmonies of #388389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388389

Black with #388389

Text Example


Text Example

White with #388389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388389; }

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

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

background-color css

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

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

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

border-color css

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

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

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