Html Css Color HEX #33459B Tory Blue

📋 copy color: '#33459B'

red 51 ◦ green 69 ◦ blue 155

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

Shades of Tory Blue #33459B

Tints of Tory Blue #33459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.09%

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

R = 18.55%
G = 25.09%
B = 56.36%

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

#33459B (or 0x33459B) is known color: Tory Blue. HEX triplet: 33, 45 and 9B. RGB value is (51,69,155). Sum of RGB (Red+Green+Blue) = 51+69+155=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #33459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33459B is #CCBA64. Grayscale: #494949. Windows color (decimal): -13417061 or 10175795. OLE color: 10175795.

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

Color convert

RGB 51 69 155 -
CMYK 0.67 0.55 0 0.39
HSL 229.62º 0.5% 0.4% -
HSV(B) 229.62º 0.67% 0.61% -
XYZ 9.41 7.33 31.93 -
YUV 73.42 174.04 112.01 -
System Red Green Blue C M Y K H S L
Decimal 51 69 155 0.67 0.55 0 0.39 229.62 0.5 0.4
Hex 33 45 9B 43 37 0 27 E6 32 28
Octal 63 105 233 103 67 0 47 346 62 50
Binary 110011 1000101 10011011 1000011 110111 0 100111 11100110 110010 101000

Color Harmonies of #33459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33459B

Black with #33459B

Text Example


Text Example

White with #33459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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