Html Css Color HEX #33508E Tory Blue

📋 copy color: '#33508E'

red 51 ◦ green 80 ◦ blue 142

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

Shades of Tory Blue #33508E

Tints of Tory Blue #33508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.01%

R = 18.68%
G = 29.3%
B = 52.01%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33508E (or 0x33508E) is known color: Tory Blue. HEX triplet: 33, 50 and 8E. RGB value is (51,80,142). Sum of RGB (Red+Green+Blue) = 51+80+142=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #33508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33508E is #CCAF71. Grayscale: #4E4E4E. Windows color (decimal): -13414258 or 9326643. OLE color: 9326643.

HSL color Cylindrical-coordinate representation of color #33508E: hue angle of 220.88º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33508E is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 80 142 -
CMYK 0.64 0.44 0 0.44
HSL 220.88º 0.47% 0.38% -
HSV(B) 220.88º 0.64% 0.56% -
XYZ 9.12 8.39 26.73 -
YUV 78.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 51 80 142 0.64 0.44 0 0.44 220.88 0.47 0.38
Hex 33 50 8E 40 2C 0 2C DD 2F 26
Octal 63 120 216 100 54 0 54 335 57 46
Binary 110011 1010000 10001110 1000000 101100 0 101100 11011101 101111 100110

Color Harmonies of #33508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33508E

Black with #33508E

Text Example


Text Example

White with #33508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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