Html Css Color HEX #3A4299 Tory Blue

📋 copy color: '#3A4299'

red 58 ◦ green 66 ◦ blue 153

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

Shades of Tory Blue #3A4299

Tints of Tory Blue #3A4299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 55.23%

R = 20.94%
G = 23.83%
B = 55.23%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3A4299 (or 0x3A4299) is known color: Tory Blue. HEX triplet: 3A, 42 and 99. RGB value is (58,66,153). Sum of RGB (Red+Green+Blue) = 58+66+153=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A4299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4299 is #C5BD66. Grayscale: #494949. Windows color (decimal): -12959079 or 10043962. OLE color: 10043962.

HSL color Cylindrical-coordinate representation of color #3A4299: hue angle of 234.95º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A4299 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 58 66 153 -
CMYK 0.62 0.57 0 0.4
HSL 234.95º 0.45% 0.41% -
HSV(B) 234.95º 0.62% 0.6% -
XYZ 9.44 7.1 31.01 -
YUV 73.53 172.85 116.93 -
System Red Green Blue C M Y K H S L
Decimal 58 66 153 0.62 0.57 0 0.4 234.95 0.45 0.41
Hex 3A 42 99 3E 39 0 28 EB 2D 29
Octal 72 102 231 76 71 0 50 353 55 51
Binary 111010 1000010 10011001 111110 111001 0 101000 11101011 101101 101001

Color Harmonies of #3A4299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4299

Black with #3A4299

Text Example


Text Example

White with #3A4299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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