Html Css Color HEX #3A439D Tory Blue

📋 copy color: '#3A439D'

red 58 ◦ green 67 ◦ blue 157

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

Shades of Tory Blue #3A439D

Tints of Tory Blue #3A439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.76%

 BLUE value IS 157 (61.72% from 255) = 55.67%

R = 20.57%
G = 23.76%
B = 55.67%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A439D (or 0x3A439D) is known color: Tory Blue. HEX triplet: 3A, 43 and 9D. RGB value is (58,67,157). Sum of RGB (Red+Green+Blue) = 58+67+157=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A439D is #C5BC62. Grayscale: #4A4A4A. Windows color (decimal): -12958819 or 10306362. OLE color: 10306362.

HSL color Cylindrical-coordinate representation of color #3A439D: hue angle of 234.55º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A439D is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 67 157 -
CMYK 0.63 0.57 0 0.38
HSL 234.55º 0.46% 0.42% -
HSV(B) 234.55º 0.63% 0.62% -
XYZ 9.84 7.35 32.8 -
YUV 74.57 174.52 116.18 -
System Red Green Blue C M Y K H S L
Decimal 58 67 157 0.63 0.57 0 0.38 234.55 0.46 0.42
Hex 3A 43 9D 3F 39 0 26 EB 2E 2A
Octal 72 103 235 77 71 0 46 353 56 52
Binary 111010 1000011 10011101 111111 111001 0 100110 11101011 101110 101010

Color Harmonies of #3A439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A439D

Black with #3A439D

Text Example


Text Example

White with #3A439D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,67,157); }

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

background-color css

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

 a { background-color: rgb(58,67,157); }

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

border-color css

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

 span { border-color: rgb(58,67,157); }

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