Html Css Color HEX #333F90 Tory Blue

📋 copy color: '#333F90'

red 51 ◦ green 63 ◦ blue 144

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

Shades of Tory Blue #333F90

Tints of Tory Blue #333F90

RGB

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

 GREEN value IS 63 (25% from 255) = 24.42%

 BLUE value IS 144 (56.64% from 255) = 55.81%

R = 19.77%
G = 24.42%
B = 55.81%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#333F90 (or 0x333F90) is known color: Tory Blue. HEX triplet: 33, 3F and 90. RGB value is (51,63,144). Sum of RGB (Red+Green+Blue) = 51+63+144=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #333F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F90 is #CCC06F. Grayscale: #444444. Windows color (decimal): -13418608 or 9453363. OLE color: 9453363.

HSL color Cylindrical-coordinate representation of color #333F90: hue angle of 232.26º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333F90 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 63 144 -
CMYK 0.65 0.56 0 0.44
HSL 232.26º 0.48% 0.38% -
HSV(B) 232.26º 0.65% 0.56% -
XYZ 8.18 6.27 27.17 -
YUV 68.65 170.52 115.41 -
System Red Green Blue C M Y K H S L
Decimal 51 63 144 0.65 0.56 0 0.44 232.26 0.48 0.38
Hex 33 3F 90 41 38 0 2C E8 30 26
Octal 63 77 220 101 70 0 54 350 60 46
Binary 110011 111111 10010000 1000001 111000 0 101100 11101000 110000 100110

Color Harmonies of #333F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F90

Black with #333F90

Text Example


Text Example

White with #333F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333F90; }

 p { color: rgb(51,63,144); }

 H1.HeaderClassName
 {
   color: #333F90;
 }
 .AnyTagClassName
 {
   color: #333F90;
 }
</style>

background-color css

<style>
 a { background-color: #333F90; }

 a { background-color: rgb(51,63,144); }

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

border-color css

<style>
 span { border-color: #333F90; }

 span { border-color: rgb(51,63,144); }

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