Html Css Color HEX #33489E Tory Blue

📋 copy color: '#33489E'

red 51 ◦ green 72 ◦ blue 158

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

Shades of Tory Blue #33489E

Tints of Tory Blue #33489E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.62%

 BLUE value IS 158 (62.11% from 255) = 56.23%

R = 18.15%
G = 25.62%
B = 56.23%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33489E (or 0x33489E) is known color: Tory Blue. HEX triplet: 33, 48 and 9E. RGB value is (51,72,158). Sum of RGB (Red+Green+Blue) = 51+72+158=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #33489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33489E is #CCB761. Grayscale: #4B4B4B. Windows color (decimal): -13416290 or 10373171. OLE color: 10373171.

HSL color Cylindrical-coordinate representation of color #33489E: hue angle of 228.22º 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 #33489E is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 72 158 -
CMYK 0.68 0.54 0 0.38
HSL 228.22º 0.51% 0.41% -
HSV(B) 228.22º 0.68% 0.62% -
XYZ 9.85 7.81 33.34 -
YUV 75.53 174.54 110.51 -
System Red Green Blue C M Y K H S L
Decimal 51 72 158 0.68 0.54 0 0.38 228.22 0.51 0.41
Hex 33 48 9E 44 36 0 26 E4 33 29
Octal 63 110 236 104 66 0 46 344 63 51
Binary 110011 1001000 10011110 1000100 110110 0 100110 11100100 110011 101001

Color Harmonies of #33489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33489E

Black with #33489E

Text Example


Text Example

White with #33489E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33489E; }

 p { color: rgb(51,72,158); }

 H1.HeaderClassName
 {
   color: #33489E;
 }
 .AnyTagClassName
 {
   color: #33489E;
 }
</style>

background-color css

<style>
 a { background-color: #33489E; }

 a { background-color: rgb(51,72,158); }

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

border-color css

<style>
 span { border-color: #33489E; }

 span { border-color: rgb(51,72,158); }

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