Html Css Color HEX #388B93 Blue Chill

📋 copy color: '#388B93'

red 56 ◦ green 139 ◦ blue 147

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

Shades of Blue Chill #388B93

Tints of Blue Chill #388B93

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.64%

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

R = 16.37%
G = 40.64%
B = 42.98%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#388B93 (or 0x388B93) is known color: Blue Chill. HEX triplet: 38, 8B and 93. RGB value is (56,139,147). Sum of RGB (Red+Green+Blue) = 56+139+147=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #388B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388B93 is #C7746C. Grayscale: #727272. Windows color (decimal): -13071469 or 9669432. OLE color: 9669432.

HSL color Cylindrical-coordinate representation of color #388B93: hue angle of 185.27º 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 #388B93 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 139 147 -
CMYK 0.62 0.05 0 0.42
HSL 185.27º 0.45% 0.4% -
HSV(B) 185.27º 0.62% 0.58% -
XYZ 16.13 21.41 30.89 -
YUV 115.1 146 85.85 -
System Red Green Blue C M Y K H S L
Decimal 56 139 147 0.62 0.05 0 0.42 185.27 0.45 0.4
Hex 38 8B 93 3E 5 0 2A B9 2D 28
Octal 70 213 223 76 5 0 52 271 55 50
Binary 111000 10001011 10010011 111110 101 0 101010 10111001 101101 101000

Color Harmonies of #388B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388B93

Black with #388B93

Text Example


Text Example

White with #388B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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