Html Css Color HEX #33419B Tory Blue

📋 copy color: '#33419B'

red 51 ◦ green 65 ◦ blue 155

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

Shades of Tory Blue #33419B

Tints of Tory Blue #33419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.99%

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 18.82%
G = 23.99%
B = 57.2%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33419B (or 0x33419B) is known color: Tory Blue. HEX triplet: 33, 41 and 9B. RGB value is (51,65,155). Sum of RGB (Red+Green+Blue) = 51+65+155=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #33419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33419B is #CCBE64. Grayscale: #464646. Windows color (decimal): -13418085 or 10174771. OLE color: 10174771.

HSL color Cylindrical-coordinate representation of color #33419B: hue angle of 231.92º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33419B is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 65 155 -
CMYK 0.67 0.58 0 0.39
HSL 231.92º 0.5% 0.4% -
HSV(B) 231.92º 0.67% 0.61% -
XYZ 9.17 6.85 31.85 -
YUV 71.07 175.36 113.68 -
System Red Green Blue C M Y K H S L
Decimal 51 65 155 0.67 0.58 0 0.39 231.92 0.5 0.4
Hex 33 41 9B 43 3A 0 27 E8 32 28
Octal 63 101 233 103 72 0 47 350 62 50
Binary 110011 1000001 10011011 1000011 111010 0 100111 11101000 110010 101000

Color Harmonies of #33419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33419B

Black with #33419B

Text Example


Text Example

White with #33419B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,65,155); }

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

background-color css

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

 a { background-color: rgb(51,65,155); }

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

border-color css

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

 span { border-color: rgb(51,65,155); }

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