Html Css Color HEX #33448B Tory Blue

📋 copy color: '#33448B'

red 51 ◦ green 68 ◦ blue 139

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

Shades of Tory Blue #33448B

Tints of Tory Blue #33448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.88%

R = 19.77%
G = 26.36%
B = 53.88%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33448B (or 0x33448B) is known color: Tory Blue. HEX triplet: 33, 44 and 8B. RGB value is (51,68,139). Sum of RGB (Red+Green+Blue) = 51+68+139=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #33448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33448B is #CCBB74. Grayscale: #464646. Windows color (decimal): -13417333 or 9126963. OLE color: 9126963.

HSL color Cylindrical-coordinate representation of color #33448B: hue angle of 228.41º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33448B is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 68 139 -
CMYK 0.63 0.51 0 0.45
HSL 228.41º 0.46% 0.37% -
HSV(B) 228.41º 0.63% 0.55% -
XYZ 8.09 6.7 25.29 -
YUV 71.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 51 68 139 0.63 0.51 0 0.45 228.41 0.46 0.37
Hex 33 44 8B 3F 33 0 2D E4 2E 25
Octal 63 104 213 77 63 0 55 344 56 45
Binary 110011 1000100 10001011 111111 110011 0 101101 11100100 101110 100101

Color Harmonies of #33448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33448B

Black with #33448B

Text Example


Text Example

White with #33448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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