Html Css Color HEX #335883 St Tropaz

📋 copy color: '#335883'

red 51 ◦ green 88 ◦ blue 131

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

Shades of St Tropaz #335883

Tints of St Tropaz #335883

RGB

 RED value IS 51 (20.31% from 255) = 18.89%

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

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

R = 18.89%
G = 32.59%
B = 48.52%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#335883 (or 0x335883) is known color: St Tropaz. HEX triplet: 33, 58 and 83. RGB value is (51,88,131). Sum of RGB (Red+Green+Blue) = 51+88+131=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #335883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335883 is #CCA77C. Grayscale: #515151. Windows color (decimal): -13412221 or 8607795. OLE color: 8607795.

HSL color Cylindrical-coordinate representation of color #335883: hue angle of 212.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335883 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 88 131 -
CMYK 0.61 0.33 0 0.49
HSL 212.25º 0.44% 0.36% -
HSV(B) 212.25º 0.61% 0.51% -
XYZ 8.95 9.32 22.8 -
YUV 81.84 155.74 106 -
System Red Green Blue C M Y K H S L
Decimal 51 88 131 0.61 0.33 0 0.49 212.25 0.44 0.36
Hex 33 58 83 3D 21 0 31 D4 2C 24
Octal 63 130 203 75 41 0 61 324 54 44
Binary 110011 1011000 10000011 111101 100001 0 110001 11010100 101100 100100

Color Harmonies of #335883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335883

Black with #335883

Text Example


Text Example

White with #335883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335883; }

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

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

background-color css

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

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

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

border-color css

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

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

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