Html Css Color HEX #2A3896 Tory Blue

📋 copy color: '#2A3896'

red 42 ◦ green 56 ◦ blue 150

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

Shades of Tory Blue #2A3896

Tints of Tory Blue #2A3896

RGB

 RED value IS 42 (16.8% from 255) = 16.94%

 GREEN value IS 56 (22.27% from 255) = 22.58%

 BLUE value IS 150 (58.98% from 255) = 60.48%

R = 16.94%
G = 22.58%
B = 60.48%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2A3896 (or 0x2A3896) is known color: Tory Blue. HEX triplet: 2A, 38 and 96. RGB value is (42,56,150). Sum of RGB (Red+Green+Blue) = 42+56+150=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #2A3896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3896 is #D5C769. Grayscale: #3E3E3E. Windows color (decimal): -14010218 or 9844778. OLE color: 9844778.

HSL color Cylindrical-coordinate representation of color #2A3896: hue angle of 232.22º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A3896 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 42 56 150 -
CMYK 0.72 0.63 0 0.41
HSL 232.22º 0.56% 0.38% -
HSV(B) 232.22º 0.72% 0.59% -
XYZ 7.87 5.52 29.51 -
YUV 62.53 177.36 113.36 -
System Red Green Blue C M Y K H S L
Decimal 42 56 150 0.72 0.63 0 0.41 232.22 0.56 0.38
Hex 2A 38 96 48 3F 0 29 E8 38 26
Octal 52 70 226 110 77 0 51 350 70 46
Binary 101010 111000 10010110 1001000 111111 0 101001 11101000 111000 100110

Color Harmonies of #2A3896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3896

Black with #2A3896

Text Example


Text Example

White with #2A3896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A3896; }

 p { color: rgb(42,56,150); }

 H1.HeaderClassName
 {
   color: #2A3896;
 }
 .AnyTagClassName
 {
   color: #2A3896;
 }
</style>

background-color css

<style>
 a { background-color: #2A3896; }

 a { background-color: rgb(42,56,150); }

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

border-color css

<style>
 span { border-color: #2A3896; }

 span { border-color: rgb(42,56,150); }

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