Html Css Color HEX #33429A Tory Blue

📋 copy color: '#33429A'

red 51 ◦ green 66 ◦ blue 154

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

Shades of Tory Blue #33429A

Tints of Tory Blue #33429A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

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

R = 18.82%
G = 24.35%
B = 56.83%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#33429A (or 0x33429A) is known color: Tory Blue. HEX triplet: 33, 42 and 9A. RGB value is (51,66,154). Sum of RGB (Red+Green+Blue) = 51+66+154=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #33429A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33429A is #CCBD65. Grayscale: #474747. Windows color (decimal): -13417830 or 10109491. OLE color: 10109491.

HSL color Cylindrical-coordinate representation of color #33429A: hue angle of 231.26º 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 #33429A is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 66 154 -
CMYK 0.67 0.57 0 0.40
HSL 231.26º 0.5% 0.4% -
HSV(B) 231.26º 0.67% 0.6% -
XYZ 9.15 6.93 31.43 -
YUV 71.55 174.53 113.34 -
System Red Green Blue C M Y K H S L
Decimal 51 66 154 0.67 0.57 0 0.40 231.26 0.5 0.4
Hex 33 42 9A 43 39 0 28 E7 32 28
Octal 63 102 232 103 71 0 50 347 62 50
Binary 110011 1000010 10011010 1000011 111001 0 101000 11100111 110010 101000

Color Harmonies of #33429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33429A

Black with #33429A

Text Example


Text Example

White with #33429A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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