Html Css Color HEX #33418D Tory Blue

📋 copy color: '#33418D'

red 51 ◦ green 65 ◦ blue 141

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

Shades of Tory Blue #33418D

Tints of Tory Blue #33418D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.86%

R = 19.84%
G = 25.29%
B = 54.86%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33418D (or 0x33418D) is known color: Tory Blue. HEX triplet: 33, 41 and 8D. RGB value is (51,65,141). Sum of RGB (Red+Green+Blue) = 51+65+141=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #33418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33418D is #CCBE72. Grayscale: #454545. Windows color (decimal): -13418099 or 9257267. OLE color: 9257267.

HSL color Cylindrical-coordinate representation of color #33418D: hue angle of 230.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33418D is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 65 141 -
CMYK 0.64 0.54 0 0.45
HSL 230.67º 0.47% 0.38% -
HSV(B) 230.67º 0.64% 0.55% -
XYZ 8.06 6.41 26.01 -
YUV 69.48 168.36 114.82 -
System Red Green Blue C M Y K H S L
Decimal 51 65 141 0.64 0.54 0 0.45 230.67 0.47 0.38
Hex 33 41 8D 40 36 0 2D E7 2F 26
Octal 63 101 215 100 66 0 55 347 57 46
Binary 110011 1000001 10001101 1000000 110110 0 101101 11100111 101111 100110

Color Harmonies of #33418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33418D

Black with #33418D

Text Example


Text Example

White with #33418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33418D; }

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

 H1.HeaderClassName
 {
   color: #33418D;
 }
 .AnyTagClassName
 {
   color: #33418D;
 }
</style>

background-color css

<style>
 a { background-color: #33418D; }

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

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

border-color css

<style>
 span { border-color: #33418D; }

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

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