Html Css Color HEX #333CA1 Tory Blue

📋 copy color: '#333CA1'

red 51 ◦ green 60 ◦ blue 161

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

Shades of Tory Blue #333CA1

Tints of Tory Blue #333CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 59.19%

R = 18.75%
G = 22.06%
B = 59.19%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#333CA1 (or 0x333CA1) is known color: Tory Blue. HEX triplet: 33, 3C and A1. RGB value is (51,60,161). Sum of RGB (Red+Green+Blue) = 51+60+161=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 161 (63.28% from 255 or 59.19% from 272); Max value from RGB is 161 - color contains mainly: blue. Hex color #333CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333CA1 is #CCC35E. Grayscale: #444444. Windows color (decimal): -13419359 or 10566707. OLE color: 10566707.

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

Color convert

RGB 51 60 161 -
CMYK 0.68 0.63 0 0.37
HSL 235.09º 0.52% 0.42% -
HSV(B) 235.09º 0.68% 0.63% -
XYZ 9.41 6.51 34.48 -
YUV 68.82 180.02 115.29 -
System Red Green Blue C M Y K H S L
Decimal 51 60 161 0.68 0.63 0 0.37 235.09 0.52 0.42
Hex 33 3C A1 44 3F 0 25 EB 34 2A
Octal 63 74 241 104 77 0 45 353 64 52
Binary 110011 111100 10100001 1000100 111111 0 100101 11101011 110100 101010

Color Harmonies of #333CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333CA1

Black with #333CA1

Text Example


Text Example

White with #333CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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