Html Css Color HEX #33429C Tory Blue

📋 copy color: '#33429C'

red 51 ◦ green 66 ◦ blue 156

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

Shades of Tory Blue #33429C

Tints of Tory Blue #33429C

RGB

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

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

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

R = 18.68%
G = 24.18%
B = 57.14%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33429C (or 0x33429C) is known color: Tory Blue. HEX triplet: 33, 42 and 9C. RGB value is (51,66,156). Sum of RGB (Red+Green+Blue) = 51+66+156=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #33429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33429C is #CCBD63. Grayscale: #474747. Windows color (decimal): -13417828 or 10240563. OLE color: 10240563.

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

Color convert

RGB 51 66 156 -
CMYK 0.67 0.58 0 0.39
HSL 231.43º 0.51% 0.41% -
HSV(B) 231.43º 0.67% 0.61% -
XYZ 9.31 7 32.31 -
YUV 71.78 175.53 113.18 -
System Red Green Blue C M Y K H S L
Decimal 51 66 156 0.67 0.58 0 0.39 231.43 0.51 0.41
Hex 33 42 9C 43 3A 0 27 E7 33 29
Octal 63 102 234 103 72 0 47 347 63 51
Binary 110011 1000010 10011100 1000011 111010 0 100111 11100111 110011 101001

Color Harmonies of #33429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33429C

Black with #33429C

Text Example


Text Example

White with #33429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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