Html Css Color HEX #335378 St Tropaz

📋 copy color: '#335378'

red 51 ◦ green 83 ◦ blue 120

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

Shades of St Tropaz #335378

Tints of St Tropaz #335378

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.68%

 BLUE value IS 120 (47.27% from 255) = 47.24%

R = 20.08%
G = 32.68%
B = 47.24%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#335378 (or 0x335378) is known color: St Tropaz. HEX triplet: 33, 53 and 78. RGB value is (51,83,120). Sum of RGB (Red+Green+Blue) = 51+83+120=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #335378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335378 is #CCAC87. Grayscale: #4D4D4D. Windows color (decimal): -13413512 or 7885619. OLE color: 7885619.

HSL color Cylindrical-coordinate representation of color #335378: hue angle of 212.17º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #335378 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 83 120 -
CMYK 0.58 0.31 0 0.53
HSL 212.17º 0.4% 0.34% -
HSV(B) 212.17º 0.58% 0.47% -
XYZ 7.85 8.25 18.95 -
YUV 77.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 51 83 120 0.58 0.31 0 0.53 212.17 0.4 0.34
Hex 33 53 78 3A 1F 0 35 D4 28 22
Octal 63 123 170 72 37 0 65 324 50 42
Binary 110011 1010011 1111000 111010 11111 0 110101 11010100 101000 100010

Color Harmonies of #335378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335378

Black with #335378

Text Example


Text Example

White with #335378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335378; }

 p { color: rgb(51,83,120); }

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

background-color css

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

 a { background-color: rgb(51,83,120); }

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

border-color css

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

 span { border-color: rgb(51,83,120); }

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