Html Css Color HEX #33478F Tory Blue

📋 copy color: '#33478F'

red 51 ◦ green 71 ◦ blue 143

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

Shades of Tory Blue #33478F

Tints of Tory Blue #33478F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 53.96%

R = 19.25%
G = 26.79%
B = 53.96%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33478F (or 0x33478F) is known color: Tory Blue. HEX triplet: 33, 47 and 8F. RGB value is (51,71,143). Sum of RGB (Red+Green+Blue) = 51+71+143=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #33478F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33478F is #CCB870. Grayscale: #484848. Windows color (decimal): -13416561 or 9389875. OLE color: 9389875.

HSL color Cylindrical-coordinate representation of color #33478F: hue angle of 226.96º 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 #33478F is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 71 143 -
CMYK 0.64 0.50 0 0.44
HSL 226.96º 0.47% 0.38% -
HSV(B) 226.96º 0.64% 0.56% -
XYZ 8.58 7.19 26.92 -
YUV 73.23 167.37 112.15 -
System Red Green Blue C M Y K H S L
Decimal 51 71 143 0.64 0.50 0 0.44 226.96 0.47 0.38
Hex 33 47 8F 40 32 0 2C E3 2F 26
Octal 63 107 217 100 62 0 54 343 57 46
Binary 110011 1000111 10001111 1000000 110010 0 101100 11100011 101111 100110

Color Harmonies of #33478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33478F

Black with #33478F

Text Example


Text Example

White with #33478F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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