#33448A

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

Shades of Tory Blue #33448A

Tints of Tory Blue #33448A

Color information

#33448A (or 0x33448A) is unknown color: approx Tory Blue. HEX triplet: 33, 44 and 8A. RGB value is (51,68,138). Sum of RGB (Red+Green+Blue) = 51+68+138=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #33448A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33448A is #CCBB75. Grayscale: #464646. Windows color (decimal): -13417334 or 9061427. OLE color: 9061427.

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

Color convert

RGB5168138-
CMYK0.630.5100.46
HSL228.28º46.03%37.06%-
HSV(B)228.28º63.04%54.12%-
XYZ8.026.6724.91-
YUV70.9165.87113.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=19.84%
G=26.46%
B=53.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51681380.630.5100.46228.2846.0337.06
Hex33448A3F3302Ee42e25
Octal6310421277630563445645
Binary110011100010010001010111111110011010111011100100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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