Html Css Color HEX #33498D Tory Blue

📋 copy color: '#33498D'

red 51 ◦ green 73 ◦ blue 141

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

Shades of Tory Blue #33498D

Tints of Tory Blue #33498D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

 BLUE value IS 141 (55.47% from 255) = 53.21%

R = 19.25%
G = 27.55%
B = 53.21%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33498D (or 0x33498D) is known color: Tory Blue. HEX triplet: 33, 49 and 8D. RGB value is (51,73,141). Sum of RGB (Red+Green+Blue) = 51+73+141=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #33498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33498D is #CCB672. Grayscale: #494949. Windows color (decimal): -13416051 or 9259315. OLE color: 9259315.

HSL color Cylindrical-coordinate representation of color #33498D: hue angle of 225.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33498D is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 73 141 -
CMYK 0.64 0.48 0 0.45
HSL 225.33º 0.47% 0.38% -
HSV(B) 225.33º 0.64% 0.55% -
XYZ 8.56 7.39 26.18 -
YUV 74.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 51 73 141 0.64 0.48 0 0.45 225.33 0.47 0.38
Hex 33 49 8D 40 30 0 2D E1 2F 26
Octal 63 111 215 100 60 0 55 341 57 46
Binary 110011 1001001 10001101 1000000 110000 0 101101 11100001 101111 100110

Color Harmonies of #33498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33498D

Black with #33498D

Text Example


Text Example

White with #33498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,73,141); }

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

background-color css

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

 a { background-color: rgb(51,73,141); }

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

border-color css

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

 span { border-color: rgb(51,73,141); }

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