Html Css Color HEX #2A439B Tory Blue

📋 copy color: '#2A439B'

red 42 ◦ green 67 ◦ blue 155

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

Shades of Tory Blue #2A439B

Tints of Tory Blue #2A439B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.71%

R = 15.91%
G = 25.38%
B = 58.71%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2A439B (or 0x2A439B) is known color: Tory Blue. HEX triplet: 2A, 43 and 9B. RGB value is (42,67,155). Sum of RGB (Red+Green+Blue) = 42+67+155=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A439B is #D5BC64. Grayscale: #454545. Windows color (decimal): -14007397 or 10175274. OLE color: 10175274.

HSL color Cylindrical-coordinate representation of color #2A439B: hue angle of 226.73º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A439B is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 42 67 155 -
CMYK 0.73 0.57 0 0.39
HSL 226.73º 0.57% 0.39% -
HSV(B) 226.73º 0.73% 0.61% -
XYZ 8.88 6.87 31.87 -
YUV 69.56 176.22 108.34 -
System Red Green Blue C M Y K H S L
Decimal 42 67 155 0.73 0.57 0 0.39 226.73 0.57 0.39
Hex 2A 43 9B 49 39 0 27 E3 39 27
Octal 52 103 233 111 71 0 47 343 71 47
Binary 101010 1000011 10011011 1001001 111001 0 100111 11100011 111001 100111

Color Harmonies of #2A439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A439B

Black with #2A439B

Text Example


Text Example

White with #2A439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,67,155); }

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

background-color css

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

 a { background-color: rgb(42,67,155); }

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

border-color css

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

 span { border-color: rgb(42,67,155); }

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