Html Css Color HEX #33478B Tory Blue

📋 copy color: '#33478B'

red 51 ◦ green 71 ◦ blue 139

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

Shades of Tory Blue #33478B

Tints of Tory Blue #33478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.2%

 BLUE value IS 139 (54.69% from 255) = 53.26%

R = 19.54%
G = 27.2%
B = 53.26%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33478B (or 0x33478B) is known color: Tory Blue. HEX triplet: 33, 47 and 8B. RGB value is (51,71,139). Sum of RGB (Red+Green+Blue) = 51+71+139=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #33478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33478B is #CCB874. Grayscale: #484848. Windows color (decimal): -13416565 or 9127731. OLE color: 9127731.

HSL color Cylindrical-coordinate representation of color #33478B: hue angle of 226.36º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33478B is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 71 139 -
CMYK 0.63 0.49 0 0.45
HSL 226.36º 0.46% 0.37% -
HSV(B) 226.36º 0.63% 0.55% -
XYZ 8.28 7.07 25.36 -
YUV 72.77 165.37 112.47 -
System Red Green Blue C M Y K H S L
Decimal 51 71 139 0.63 0.49 0 0.45 226.36 0.46 0.37
Hex 33 47 8B 3F 31 0 2D E2 2E 25
Octal 63 107 213 77 61 0 55 342 56 45
Binary 110011 1000111 10001011 111111 110001 0 101101 11100010 101110 100101

Color Harmonies of #33478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33478B

Black with #33478B

Text Example


Text Example

White with #33478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,71,139); }

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

background-color css

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

 a { background-color: rgb(51,71,139); }

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

border-color css

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

 span { border-color: rgb(51,71,139); }

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