Html Css Color HEX #388D93 Blue Chill

📋 copy color: '#388D93'

red 56 ◦ green 141 ◦ blue 147

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

Shades of Blue Chill #388D93

Tints of Blue Chill #388D93

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.99%

 BLUE value IS 147 (57.81% from 255) = 42.73%

R = 16.28%
G = 40.99%
B = 42.73%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#388D93 (or 0x388D93) is known color: Blue Chill. HEX triplet: 38, 8D and 93. RGB value is (56,141,147). Sum of RGB (Red+Green+Blue) = 56+141+147=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #388D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388D93 is #C7726C. Grayscale: #747474. Windows color (decimal): -13070957 or 9669944. OLE color: 9669944.

HSL color Cylindrical-coordinate representation of color #388D93: hue angle of 183.96º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388D93 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 141 147 -
CMYK 0.62 0.04 0 0.42
HSL 183.96º 0.45% 0.4% -
HSV(B) 183.96º 0.62% 0.58% -
XYZ 16.42 22 30.98 -
YUV 116.27 145.34 85.01 -
System Red Green Blue C M Y K H S L
Decimal 56 141 147 0.62 0.04 0 0.42 183.96 0.45 0.4
Hex 38 8D 93 3E 4 0 2A B8 2D 28
Octal 70 215 223 76 4 0 52 270 55 50
Binary 111000 10001101 10010011 111110 100 0 101010 10111000 101101 101000

Color Harmonies of #388D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388D93

Black with #388D93

Text Example


Text Example

White with #388D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388D93; }

 p { color: rgb(56,141,147); }

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

background-color css

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

 a { background-color: rgb(56,141,147); }

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

border-color css

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

 span { border-color: rgb(56,141,147); }

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