#33418A

Color #33418A Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #33418A

Tints of Tory Blue #33418A

Color information

#33418A (or 0x33418A) is unknown color: approx Tory Blue. HEX triplet: 33, 41 and 8A. RGB value is (51,65,138). Sum of RGB (Red+Green+Blue) = 51+65+138=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #33418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33418A is #CCBE75. Grayscale: #444444. Windows color (decimal): -13418102 or 9060659. OLE color: 9060659.

HSL color Cylindrical-coordinate representation of color #33418A: hue angle of 230.34º 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 #33418A is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5165138-
CMYK0.630.5300.46
HSL230.34º46.03%37.06%-
HSV(B)230.34º63.04%54.12%-
XYZ7.846.3224.85-
YUV69.14166.86115.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.08%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 138 (54.30% from 255) = 54.33%
R=20.08%
G=25.59%
B=54.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51651380.630.5300.46230.3446.0337.06
Hex33418A3F3502Ee62e25
Octal6310121277650563465645
Binary110011100000110001010111111110101010111011100110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33418A;
 }
 .AnyTagClassName
 {
   color: #33418A;
 }
</style>
background-color css

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

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

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

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

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

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