Html Css Color HEX #388993 Blue Chill

📋 copy color: '#388993'

red 56 ◦ green 137 ◦ blue 147

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

Shades of Blue Chill #388993

Tints of Blue Chill #388993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.29%

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

R = 16.47%
G = 40.29%
B = 43.24%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#388993 (or 0x388993) is known color: Blue Chill. HEX triplet: 38, 89 and 93. RGB value is (56,137,147). Sum of RGB (Red+Green+Blue) = 56+137+147=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #388993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388993 is #C7766C. Grayscale: #717171. Windows color (decimal): -13071981 or 9668920. OLE color: 9668920.

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

Color convert

RGB 56 137 147 -
CMYK 0.62 0.07 0 0.42
HSL 186.59º 0.45% 0.4% -
HSV(B) 186.59º 0.62% 0.58% -
XYZ 15.84 20.84 30.79 -
YUV 113.92 146.66 86.69 -
System Red Green Blue C M Y K H S L
Decimal 56 137 147 0.62 0.07 0 0.42 186.59 0.45 0.4
Hex 38 89 93 3E 7 0 2A BB 2D 28
Octal 70 211 223 76 7 0 52 273 55 50
Binary 111000 10001001 10010011 111110 111 0 101010 10111011 101101 101000

Color Harmonies of #388993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388993

Black with #388993

Text Example


Text Example

White with #388993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388993; }

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

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

background-color css

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

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

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

border-color css

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

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

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