Html Css Color HEX #33409C Tory Blue

📋 copy color: '#33409C'

red 51 ◦ green 64 ◦ blue 156

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

Shades of Tory Blue #33409C

Tints of Tory Blue #33409C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.56%

R = 18.82%
G = 23.62%
B = 57.56%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33409C (or 0x33409C) is known color: Tory Blue. HEX triplet: 33, 40 and 9C. RGB value is (51,64,156). Sum of RGB (Red+Green+Blue) = 51+64+156=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #33409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33409C is #CCBF63. Grayscale: #464646. Windows color (decimal): -13418340 or 10240051. OLE color: 10240051.

HSL color Cylindrical-coordinate representation of color #33409C: hue angle of 232.57º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33409C is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 64 156 -
CMYK 0.67 0.59 0 0.39
HSL 232.57º 0.51% 0.41% -
HSV(B) 232.57º 0.67% 0.61% -
XYZ 9.2 6.77 32.27 -
YUV 70.6 176.19 114.02 -
System Red Green Blue C M Y K H S L
Decimal 51 64 156 0.67 0.59 0 0.39 232.57 0.51 0.41
Hex 33 40 9C 43 3B 0 27 E9 33 29
Octal 63 100 234 103 73 0 47 351 63 51
Binary 110011 1000000 10011100 1000011 111011 0 100111 11101001 110011 101001

Color Harmonies of #33409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33409C

Black with #33409C

Text Example


Text Example

White with #33409C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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