Html Css Color HEX #33418A Tory Blue

📋 copy color: '#33418A'

red 51 ◦ green 65 ◦ blue 138

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

Shades of Tory Blue #33418A

Tints of Tory Blue #33418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 54.33%

R = 20.08%
G = 25.59%
B = 54.33%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#33418A (or 0x33418A) is known color: Tory Blue. HEX triplet: 33, 41 and 8A. RGB value is (51,65,138). Sum of RGB (Red+Green+Blue) = 51+65+138=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #33418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33418A is #CCBE75. Grayscale: #444444. Windows color (decimal): -13418102 or 9060659. OLE color: 9060659.

HSL color Cylindrical-coordinate representation of color #33418A: hue angle of 230.34º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33418A is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 65 138 -
CMYK 0.63 0.53 0 0.46
HSL 230.34º 0.46% 0.37% -
HSV(B) 230.34º 0.63% 0.54% -
XYZ 7.84 6.32 24.85 -
YUV 69.14 166.86 115.06 -
System Red Green Blue C M Y K H S L
Decimal 51 65 138 0.63 0.53 0 0.46 230.34 0.46 0.37
Hex 33 41 8A 3F 35 0 2E E6 2E 25
Octal 63 101 212 77 65 0 56 346 56 45
Binary 110011 1000001 10001010 111111 110101 0 101110 11100110 101110 100101

Color Harmonies of #33418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33418A

Black with #33418A

Text Example


Text Example

White with #33418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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