Html Css Color HEX #388B92 Blue Chill

📋 copy color: '#388B92'

red 56 ◦ green 139 ◦ blue 146

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

Shades of Blue Chill #388B92

Tints of Blue Chill #388B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.82%

R = 16.42%
G = 40.76%
B = 42.82%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#388B92 (or 0x388B92) is known color: Blue Chill. HEX triplet: 38, 8B and 92. RGB value is (56,139,146). Sum of RGB (Red+Green+Blue) = 56+139+146=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #388B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388B92 is #C7746D. Grayscale: #727272. Windows color (decimal): -13071470 or 9603896. OLE color: 9603896.

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

Color convert

RGB 56 139 146 -
CMYK 0.62 0.05 0 0.43
HSL 184.67º 0.45% 0.4% -
HSV(B) 184.67º 0.62% 0.57% -
XYZ 16.05 21.38 30.48 -
YUV 114.98 145.5 85.93 -
System Red Green Blue C M Y K H S L
Decimal 56 139 146 0.62 0.05 0 0.43 184.67 0.45 0.4
Hex 38 8B 92 3E 5 0 2B B9 2D 28
Octal 70 213 222 76 5 0 53 271 55 50
Binary 111000 10001011 10010010 111110 101 0 101011 10111001 101101 101000

Color Harmonies of #388B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388B92

Black with #388B92

Text Example


Text Example

White with #388B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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