Html Css Color HEX #2B478A Tory Blue

📋 copy color: '#2B478A'

red 43 ◦ green 71 ◦ blue 138

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

Shades of Tory Blue #2B478A

Tints of Tory Blue #2B478A

RGB

 RED value IS 43 (17.19% from 255) = 17.06%

 GREEN value IS 71 (28.13% from 255) = 28.17%

 BLUE value IS 138 (54.3% from 255) = 54.76%

R = 17.06%
G = 28.17%
B = 54.76%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B478A (or 0x2B478A) is known color: Tory Blue. HEX triplet: 2B, 47 and 8A. RGB value is (43,71,138). Sum of RGB (Red+Green+Blue) = 43+71+138=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B478A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B478A is #D4B875. Grayscale: #454545. Windows color (decimal): -13940854 or 9062187. OLE color: 9062187.

HSL color Cylindrical-coordinate representation of color #2B478A: hue angle of 222.32º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B478A is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 71 138 -
CMYK 0.69 0.49 0 0.46
HSL 222.32º 0.52% 0.35% -
HSV(B) 222.32º 0.69% 0.54% -
XYZ 7.84 6.86 24.95 -
YUV 70.27 166.22 108.55 -
System Red Green Blue C M Y K H S L
Decimal 43 71 138 0.69 0.49 0 0.46 222.32 0.52 0.35
Hex 2B 47 8A 45 31 0 2E DE 34 23
Octal 53 107 212 105 61 0 56 336 64 43
Binary 101011 1000111 10001010 1000101 110001 0 101110 11011110 110100 100011

Color Harmonies of #2B478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B478A

Black with #2B478A

Text Example


Text Example

White with #2B478A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,71,138); }

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

background-color css

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

 a { background-color: rgb(43,71,138); }

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

border-color css

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

 span { border-color: rgb(43,71,138); }

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