Html Css Color HEX #388591 Blue Chill

📋 copy color: '#388591'

red 56 ◦ green 133 ◦ blue 145

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

Shades of Blue Chill #388591

Tints of Blue Chill #388591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

 BLUE value IS 145 (57.03% from 255) = 43.41%

R = 16.77%
G = 39.82%
B = 43.41%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#388591 (or 0x388591) is known color: Blue Chill. HEX triplet: 38, 85 and 91. RGB value is (56,133,145). Sum of RGB (Red+Green+Blue) = 56+133+145=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #388591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388591 is #C77A6E. Grayscale: #6F6F6F. Windows color (decimal): -13073007 or 9536824. OLE color: 9536824.

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

Color convert

RGB 56 133 145 -
CMYK 0.61 0.08 0 0.43
HSL 188.09º 0.44% 0.39% -
HSV(B) 188.09º 0.61% 0.57% -
XYZ 15.13 19.66 29.79 -
YUV 111.35 146.99 88.52 -
System Red Green Blue C M Y K H S L
Decimal 56 133 145 0.61 0.08 0 0.43 188.09 0.44 0.39
Hex 38 85 91 3D 8 0 2B BC 2C 27
Octal 70 205 221 75 10 0 53 274 54 47
Binary 111000 10000101 10010001 111101 1000 0 101011 10111100 101100 100111

Color Harmonies of #388591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388591

Black with #388591

Text Example


Text Example

White with #388591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388591; }

 p { color: rgb(56,133,145); }

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

background-color css

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

 a { background-color: rgb(56,133,145); }

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

border-color css

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

 span { border-color: rgb(56,133,145); }

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