Html Css Color HEX #385A83 St Tropaz

📋 copy color: '#385A83'

red 56 ◦ green 90 ◦ blue 131

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

Shades of St Tropaz #385A83

Tints of St Tropaz #385A83

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.49%

 BLUE value IS 131 (51.56% from 255) = 47.29%

R = 20.22%
G = 32.49%
B = 47.29%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#385A83 (or 0x385A83) is known color: St Tropaz. HEX triplet: 38, 5A and 83. RGB value is (56,90,131). Sum of RGB (Red+Green+Blue) = 56+90+131=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #385A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385A83 is #C7A57C. Grayscale: #545454. Windows color (decimal): -13084029 or 8608312. OLE color: 8608312.

HSL color Cylindrical-coordinate representation of color #385A83: hue angle of 212.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385A83 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 90 131 -
CMYK 0.57 0.31 0 0.49
HSL 212.8º 0.4% 0.37% -
HSV(B) 212.8º 0.57% 0.51% -
XYZ 9.38 9.79 22.87 -
YUV 84.51 154.24 107.67 -
System Red Green Blue C M Y K H S L
Decimal 56 90 131 0.57 0.31 0 0.49 212.8 0.4 0.37
Hex 38 5A 83 39 1F 0 31 D5 28 25
Octal 70 132 203 71 37 0 61 325 50 45
Binary 111000 1011010 10000011 111001 11111 0 110001 11010101 101000 100101

Color Harmonies of #385A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A83

Black with #385A83

Text Example


Text Example

White with #385A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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