Html Css Color HEX #33458A Tory Blue

📋 copy color: '#33458A'

red 51 ◦ green 69 ◦ blue 138

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

Shades of Tory Blue #33458A

Tints of Tory Blue #33458A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.74%

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

R = 19.77%
G = 26.74%
B = 53.49%

CMYK

 C value IS 0.63

 M value IS 0.5

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#33458A (or 0x33458A) is known color: Tory Blue. HEX triplet: 33, 45 and 8A. RGB value is (51,69,138). Sum of RGB (Red+Green+Blue) = 51+69+138=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #33458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33458A is #CCBA75. Grayscale: #474747. Windows color (decimal): -13417078 or 9061683. OLE color: 9061683.

HSL color Cylindrical-coordinate representation of color #33458A: hue angle of 227.59º 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 #33458A is Cyan = 0.63, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 69 138 -
CMYK 0.63 0.5 0 0.46
HSL 227.59º 0.46% 0.37% -
HSV(B) 227.59º 0.63% 0.54% -
XYZ 8.08 6.8 24.93 -
YUV 71.48 165.54 113.39 -
System Red Green Blue C M Y K H S L
Decimal 51 69 138 0.63 0.5 0 0.46 227.59 0.46 0.37
Hex 33 45 8A 3F 32 0 2E E4 2E 25
Octal 63 105 212 77 62 0 56 344 56 45
Binary 110011 1000101 10001010 111111 110010 0 101110 11100100 101110 100101

Color Harmonies of #33458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33458A

Black with #33458A

Text Example


Text Example

White with #33458A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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