Html Css Color HEX #3A4296 Tory Blue

📋 copy color: '#3A4296'

red 58 ◦ green 66 ◦ blue 150

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

Shades of Tory Blue #3A4296

Tints of Tory Blue #3A4296

RGB

 RED value IS 58 (23.05% from 255) = 21.17%

 GREEN value IS 66 (26.17% from 255) = 24.09%

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

R = 21.17%
G = 24.09%
B = 54.74%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A4296 (or 0x3A4296) is known color: Tory Blue. HEX triplet: 3A, 42 and 96. RGB value is (58,66,150). Sum of RGB (Red+Green+Blue) = 58+66+150=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A4296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4296 is #C5BD69. Grayscale: #484848. Windows color (decimal): -12959082 or 9847354. OLE color: 9847354.

HSL color Cylindrical-coordinate representation of color #3A4296: hue angle of 234.78º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A4296 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 66 150 -
CMYK 0.61 0.56 0 0.41
HSL 234.78º 0.44% 0.41% -
HSV(B) 234.78º 0.61% 0.59% -
XYZ 9.2 7 29.72 -
YUV 73.18 171.35 117.17 -
System Red Green Blue C M Y K H S L
Decimal 58 66 150 0.61 0.56 0 0.41 234.78 0.44 0.41
Hex 3A 42 96 3D 38 0 29 EB 2C 29
Octal 72 102 226 75 70 0 51 353 54 51
Binary 111010 1000010 10010110 111101 111000 0 101001 11101011 101100 101001

Color Harmonies of #3A4296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4296

Black with #3A4296

Text Example


Text Example

White with #3A4296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4296; }

 p { color: rgb(58,66,150); }

 H1.HeaderClassName
 {
   color: #3A4296;
 }
 .AnyTagClassName
 {
   color: #3A4296;
 }
</style>

background-color css

<style>
 a { background-color: #3A4296; }

 a { background-color: rgb(58,66,150); }

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

border-color css

<style>
 span { border-color: #3A4296; }

 span { border-color: rgb(58,66,150); }

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