Html Css Color HEX #333CA0 Tory Blue

📋 copy color: '#333CA0'

red 51 ◦ green 60 ◦ blue 160

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

Shades of Tory Blue #333CA0

Tints of Tory Blue #333CA0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

 BLUE value IS 160 (62.89% from 255) = 59.04%

R = 18.82%
G = 22.14%
B = 59.04%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#333CA0 (or 0x333CA0) is known color: Tory Blue. HEX triplet: 33, 3C and A0. RGB value is (51,60,160). Sum of RGB (Red+Green+Blue) = 51+60+160=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 160 (62.89% from 255 or 59.04% from 271); Max value from RGB is 160 - color contains mainly: blue. Hex color #333CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333CA0 is #CCC35F. Grayscale: #444444. Windows color (decimal): -13419360 or 10501171. OLE color: 10501171.

HSL color Cylindrical-coordinate representation of color #333CA0: hue angle of 235.05º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #333CA0 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 60 160 -
CMYK 0.68 0.62 0 0.37
HSL 235.05º 0.52% 0.41% -
HSV(B) 235.05º 0.68% 0.63% -
XYZ 9.33 6.47 34.02 -
YUV 68.71 179.52 115.37 -
System Red Green Blue C M Y K H S L
Decimal 51 60 160 0.68 0.62 0 0.37 235.05 0.52 0.41
Hex 33 3C A0 44 3E 0 25 EB 34 29
Octal 63 74 240 104 76 0 45 353 64 51
Binary 110011 111100 10100000 1000100 111110 0 100101 11101011 110100 101001

Color Harmonies of #333CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333CA0

Black with #333CA0

Text Example


Text Example

White with #333CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,60,160); }

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

background-color css

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

 a { background-color: rgb(51,60,160); }

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

border-color css

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

 span { border-color: rgb(51,60,160); }

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