Html Css Color HEX #33449A Tory Blue

📋 copy color: '#33449A'

red 51 ◦ green 68 ◦ blue 154

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

Shades of Tory Blue #33449A

Tints of Tory Blue #33449A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.91%

 BLUE value IS 154 (60.55% from 255) = 56.41%

R = 18.68%
G = 24.91%
B = 56.41%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#33449A (or 0x33449A) is known color: Tory Blue. HEX triplet: 33, 44 and 9A. RGB value is (51,68,154). Sum of RGB (Red+Green+Blue) = 51+68+154=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #33449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33449A is #CCBB65. Grayscale: #484848. Windows color (decimal): -13417318 or 10110003. OLE color: 10110003.

HSL color Cylindrical-coordinate representation of color #33449A: hue angle of 230.1º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33449A is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 68 154 -
CMYK 0.67 0.56 0 0.40
HSL 230.1º 0.5% 0.4% -
HSV(B) 230.1º 0.67% 0.6% -
XYZ 9.27 7.17 31.47 -
YUV 72.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 51 68 154 0.67 0.56 0 0.40 230.1 0.5 0.4
Hex 33 44 9A 43 38 0 28 E6 32 28
Octal 63 104 232 103 70 0 50 346 62 50
Binary 110011 1000100 10011010 1000011 111000 0 101000 11100110 110010 101000

Color Harmonies of #33449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33449A

Black with #33449A

Text Example


Text Example

White with #33449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,68,154); }

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

background-color css

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

 a { background-color: rgb(51,68,154); }

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

border-color css

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

 span { border-color: rgb(51,68,154); }

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