Html Css Color HEX #388390 Blue Chill

📋 copy color: '#388390'

red 56 ◦ green 131 ◦ blue 144

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

Shades of Blue Chill #388390

Tints of Blue Chill #388390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 16.92%
G = 39.58%
B = 43.5%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#388390 (or 0x388390) is known color: Blue Chill. HEX triplet: 38, 83 and 90. RGB value is (56,131,144). Sum of RGB (Red+Green+Blue) = 56+131+144=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #388390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388390 is #C77C6F. Grayscale: #6D6D6D. Windows color (decimal): -13073520 or 9470776. OLE color: 9470776.

HSL color Cylindrical-coordinate representation of color #388390: hue angle of 188.86º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388390 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 131 144 -
CMYK 0.61 0.09 0 0.44
HSL 188.86º 0.44% 0.39% -
HSV(B) 188.86º 0.61% 0.56% -
XYZ 14.78 19.09 29.29 -
YUV 110.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 56 131 144 0.61 0.09 0 0.44 188.86 0.44 0.39
Hex 38 83 90 3D 9 0 2C BD 2C 27
Octal 70 203 220 75 11 0 54 275 54 47
Binary 111000 10000011 10010000 111101 1001 0 101100 10111101 101100 100111

Color Harmonies of #388390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388390

Black with #388390

Text Example


Text Example

White with #388390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388390; }

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

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

background-color css

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

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

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

border-color css

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

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

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