Html Css Color HEX #385883 St Tropaz

📋 copy color: '#385883'

red 56 ◦ green 88 ◦ blue 131

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

Shades of St Tropaz #385883

Tints of St Tropaz #385883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 20.36%
G = 32%
B = 47.64%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#385883 (or 0x385883) is known color: St Tropaz. HEX triplet: 38, 58 and 83. RGB value is (56,88,131). Sum of RGB (Red+Green+Blue) = 56+88+131=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #385883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385883 is #C7A77C. Grayscale: #535353. Windows color (decimal): -13084541 or 8607800. OLE color: 8607800.

HSL color Cylindrical-coordinate representation of color #385883: hue angle of 214.4º 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 #385883 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 88 131 -
CMYK 0.57 0.33 0 0.49
HSL 214.4º 0.4% 0.37% -
HSV(B) 214.4º 0.57% 0.51% -
XYZ 9.22 9.46 22.81 -
YUV 83.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 56 88 131 0.57 0.33 0 0.49 214.4 0.4 0.37
Hex 38 58 83 39 21 0 31 D6 28 25
Octal 70 130 203 71 41 0 61 326 50 45
Binary 111000 1011000 10000011 111001 100001 0 110001 11010110 101000 100101

Color Harmonies of #385883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385883

Black with #385883

Text Example


Text Example

White with #385883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385883; }

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

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

background-color css

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

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

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

border-color css

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

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

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