Html Css Color HEX #33409A Tory Blue

📋 copy color: '#33409A'

red 51 ◦ green 64 ◦ blue 154

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

Shades of Tory Blue #33409A

Tints of Tory Blue #33409A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.79%

 BLUE value IS 154 (60.55% from 255) = 57.25%

R = 18.96%
G = 23.79%
B = 57.25%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#33409A (or 0x33409A) is known color: Tory Blue. HEX triplet: 33, 40 and 9A. RGB value is (51,64,154). Sum of RGB (Red+Green+Blue) = 51+64+154=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #33409A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33409A is #CCBF65. Grayscale: #464646. Windows color (decimal): -13418342 or 10108979. OLE color: 10108979.

HSL color Cylindrical-coordinate representation of color #33409A: hue angle of 232.43º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33409A is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 64 154 -
CMYK 0.67 0.58 0 0.40
HSL 232.43º 0.5% 0.4% -
HSV(B) 232.43º 0.67% 0.6% -
XYZ 9.03 6.7 31.39 -
YUV 70.37 175.19 114.18 -
System Red Green Blue C M Y K H S L
Decimal 51 64 154 0.67 0.58 0 0.40 232.43 0.5 0.4
Hex 33 40 9A 43 3A 0 28 E8 32 28
Octal 63 100 232 103 72 0 50 350 62 50
Binary 110011 1000000 10011010 1000011 111010 0 101000 11101000 110010 101000

Color Harmonies of #33409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33409A

Black with #33409A

Text Example


Text Example

White with #33409A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,64,154); }

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

background-color css

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

 a { background-color: rgb(51,64,154); }

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

border-color css

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

 span { border-color: rgb(51,64,154); }

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