Html Css Color HEX #33508A Tory Blue

📋 copy color: '#33508A'

red 51 ◦ green 80 ◦ blue 138

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

Shades of Tory Blue #33508A

Tints of Tory Blue #33508A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.74%

 BLUE value IS 138 (54.3% from 255) = 51.3%

R = 18.96%
G = 29.74%
B = 51.3%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#33508A (or 0x33508A) is known color: Tory Blue. HEX triplet: 33, 50 and 8A. RGB value is (51,80,138). Sum of RGB (Red+Green+Blue) = 51+80+138=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #33508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33508A is #CCAF75. Grayscale: #4D4D4D. Windows color (decimal): -13414262 or 9064499. OLE color: 9064499.

HSL color Cylindrical-coordinate representation of color #33508A: hue angle of 220º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33508A is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 80 138 -
CMYK 0.63 0.42 0 0.46
HSL 220º 0.46% 0.37% -
HSV(B) 220º 0.63% 0.54% -
XYZ 8.82 8.28 25.18 -
YUV 77.94 161.89 108.78 -
System Red Green Blue C M Y K H S L
Decimal 51 80 138 0.63 0.42 0 0.46 220 0.46 0.37
Hex 33 50 8A 3F 2A 0 2E DC 2E 25
Octal 63 120 212 77 52 0 56 334 56 45
Binary 110011 1010000 10001010 111111 101010 0 101110 11011100 101110 100101

Color Harmonies of #33508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33508A

Black with #33508A

Text Example


Text Example

White with #33508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33508A; }

 p { color: rgb(51,80,138); }

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

background-color css

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

 a { background-color: rgb(51,80,138); }

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

border-color css

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

 span { border-color: rgb(51,80,138); }

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