Html Css Color HEX #33488E Tory Blue

📋 copy color: '#33488E'

red 51 ◦ green 72 ◦ blue 142

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

Shades of Tory Blue #33488E

Tints of Tory Blue #33488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.58%

R = 19.25%
G = 27.17%
B = 53.58%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33488E (or 0x33488E) is known color: Tory Blue. HEX triplet: 33, 48 and 8E. RGB value is (51,72,142). Sum of RGB (Red+Green+Blue) = 51+72+142=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #33488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33488E is #CCB771. Grayscale: #494949. Windows color (decimal): -13416306 or 9324595. OLE color: 9324595.

HSL color Cylindrical-coordinate representation of color #33488E: hue angle of 226.15º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33488E is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 72 142 -
CMYK 0.64 0.49 0 0.44
HSL 226.15º 0.47% 0.38% -
HSV(B) 226.15º 0.64% 0.56% -
XYZ 8.57 7.29 26.55 -
YUV 73.7 166.54 111.81 -
System Red Green Blue C M Y K H S L
Decimal 51 72 142 0.64 0.49 0 0.44 226.15 0.47 0.38
Hex 33 48 8E 40 31 0 2C E2 2F 26
Octal 63 110 216 100 61 0 54 342 57 46
Binary 110011 1001000 10001110 1000000 110001 0 101100 11100010 101111 100110

Color Harmonies of #33488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33488E

Black with #33488E

Text Example


Text Example

White with #33488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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