Html Css Color HEX #2A468B Tory Blue

📋 copy color: '#2A468B'

red 42 ◦ green 70 ◦ blue 139

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

Shades of Tory Blue #2A468B

Tints of Tory Blue #2A468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

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

R = 16.73%
G = 27.89%
B = 55.38%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2A468B (or 0x2A468B) is known color: Tory Blue. HEX triplet: 2A, 46 and 8B. RGB value is (42,70,139). Sum of RGB (Red+Green+Blue) = 42+70+139=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A468B is #D5B974. Grayscale: #454545. Windows color (decimal): -14006645 or 9127466. OLE color: 9127466.

HSL color Cylindrical-coordinate representation of color #2A468B: hue angle of 222.68º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A468B is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 42 70 139 -
CMYK 0.70 0.50 0 0.45
HSL 222.68º 0.54% 0.35% -
HSV(B) 222.68º 0.7% 0.55% -
XYZ 7.81 6.74 25.32 -
YUV 69.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 42 70 139 0.70 0.50 0 0.45 222.68 0.54 0.35
Hex 2A 46 8B 46 32 0 2D DF 36 23
Octal 52 106 213 106 62 0 55 337 66 43
Binary 101010 1000110 10001011 1000110 110010 0 101101 11011111 110110 100011

Color Harmonies of #2A468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A468B

Black with #2A468B

Text Example


Text Example

White with #2A468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,70,139); }

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

background-color css

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

 a { background-color: rgb(42,70,139); }

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

border-color css

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

 span { border-color: rgb(42,70,139); }

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