Html Css Color HEX #385B91 St Tropaz

📋 copy color: '#385B91'

red 56 ◦ green 91 ◦ blue 145

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

Shades of St Tropaz #385B91

Tints of St Tropaz #385B91

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.16%

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

R = 19.18%
G = 31.16%
B = 49.66%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#385B91 (or 0x385B91) is known color: St Tropaz. HEX triplet: 38, 5B and 91. RGB value is (56,91,145). Sum of RGB (Red+Green+Blue) = 56+91+145=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #385B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385B91 is #C7A46E. Grayscale: #565656. Windows color (decimal): -13083759 or 9526072. OLE color: 9526072.

HSL color Cylindrical-coordinate representation of color #385B91: hue angle of 216.4º 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 #385B91 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 91 145 -
CMYK 0.61 0.37 0 0.43
HSL 216.4º 0.44% 0.39% -
HSV(B) 216.4º 0.61% 0.57% -
XYZ 10.48 10.37 28.24 -
YUV 86.69 160.9 106.11 -
System Red Green Blue C M Y K H S L
Decimal 56 91 145 0.61 0.37 0 0.43 216.4 0.44 0.39
Hex 38 5B 91 3D 25 0 2B D8 2C 27
Octal 70 133 221 75 45 0 53 330 54 47
Binary 111000 1011011 10010001 111101 100101 0 101011 11011000 101100 100111

Color Harmonies of #385B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B91

Black with #385B91

Text Example


Text Example

White with #385B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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