Html Css Color HEX #33429D Tory Blue

📋 copy color: '#33429D'

red 51 ◦ green 66 ◦ blue 157

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

Shades of Tory Blue #33429D

Tints of Tory Blue #33429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.3%

R = 18.61%
G = 24.09%
B = 57.3%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33429D (or 0x33429D) is known color: Tory Blue. HEX triplet: 33, 42 and 9D. RGB value is (51,66,157). Sum of RGB (Red+Green+Blue) = 51+66+157=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #33429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33429D is #CCBD62. Grayscale: #474747. Windows color (decimal): -13417827 or 10306099. OLE color: 10306099.

HSL color Cylindrical-coordinate representation of color #33429D: hue angle of 231.51º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33429D is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 66 157 -
CMYK 0.68 0.58 0 0.38
HSL 231.51º 0.51% 0.41% -
HSV(B) 231.51º 0.68% 0.62% -
XYZ 9.4 7.03 32.76 -
YUV 71.89 176.03 113.1 -
System Red Green Blue C M Y K H S L
Decimal 51 66 157 0.68 0.58 0 0.38 231.51 0.51 0.41
Hex 33 42 9D 44 3A 0 26 E8 33 29
Octal 63 102 235 104 72 0 46 350 63 51
Binary 110011 1000010 10011101 1000100 111010 0 100110 11101000 110011 101001

Color Harmonies of #33429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33429D

Black with #33429D

Text Example


Text Example

White with #33429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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