Html Css Color HEX #3A458B Tory Blue

📋 copy color: '#3A458B'

red 58 ◦ green 69 ◦ blue 139

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

Shades of Tory Blue #3A458B

Tints of Tory Blue #3A458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

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

R = 21.8%
G = 25.94%
B = 52.26%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A458B (or 0x3A458B) is known color: Tory Blue. HEX triplet: 3A, 45 and 8B. RGB value is (58,69,139). Sum of RGB (Red+Green+Blue) = 58+69+139=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A458B is #C5BA74. Grayscale: #494949. Windows color (decimal): -12958325 or 9127226. OLE color: 9127226.

HSL color Cylindrical-coordinate representation of color #3A458B: hue angle of 231.85º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A458B is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 69 139 -
CMYK 0.58 0.50 0 0.45
HSL 231.85º 0.41% 0.39% -
HSV(B) 231.85º 0.58% 0.55% -
XYZ 8.53 7.02 25.33 -
YUV 73.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 58 69 139 0.58 0.50 0 0.45 231.85 0.41 0.39
Hex 3A 45 8B 3A 32 0 2D E8 29 27
Octal 72 105 213 72 62 0 55 350 51 47
Binary 111010 1000101 10001011 111010 110010 0 101101 11101000 101001 100111

Color Harmonies of #3A458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A458B

Black with #3A458B

Text Example


Text Example

White with #3A458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,69,139); }

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

background-color css

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

 a { background-color: rgb(58,69,139); }

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

border-color css

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

 span { border-color: rgb(58,69,139); }

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