Html Css Color HEX #33469B Tory Blue

📋 copy color: '#33469B'

red 51 ◦ green 70 ◦ blue 155

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

Shades of Tory Blue #33469B

Tints of Tory Blue #33469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.36%

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 18.48%
G = 25.36%
B = 56.16%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33469B (or 0x33469B) is known color: Tory Blue. HEX triplet: 33, 46 and 9B. RGB value is (51,70,155). Sum of RGB (Red+Green+Blue) = 51+70+155=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #33469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33469B is #CCB964. Grayscale: #494949. Windows color (decimal): -13416805 or 10176051. OLE color: 10176051.

HSL color Cylindrical-coordinate representation of color #33469B: hue angle of 229.04º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33469B is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 70 155 -
CMYK 0.67 0.55 0 0.39
HSL 229.04º 0.5% 0.4% -
HSV(B) 229.04º 0.67% 0.61% -
XYZ 9.47 7.45 31.95 -
YUV 74.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 51 70 155 0.67 0.55 0 0.39 229.04 0.5 0.4
Hex 33 46 9B 43 37 0 27 E5 32 28
Octal 63 106 233 103 67 0 47 345 62 50
Binary 110011 1000110 10011011 1000011 110111 0 100111 11100101 110010 101000

Color Harmonies of #33469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33469B

Black with #33469B

Text Example


Text Example

White with #33469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33469B; }

 p { color: rgb(51,70,155); }

 H1.HeaderClassName
 {
   color: #33469B;
 }
 .AnyTagClassName
 {
   color: #33469B;
 }
</style>

background-color css

<style>
 a { background-color: #33469B; }

 a { background-color: rgb(51,70,155); }

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

border-color css

<style>
 span { border-color: #33469B; }

 span { border-color: rgb(51,70,155); }

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