Html Css Color HEX #2B458A Tory Blue

📋 copy color: '#2B458A'

red 43 ◦ green 69 ◦ blue 138

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

Shades of Tory Blue #2B458A

Tints of Tory Blue #2B458A

RGB

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

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

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

R = 17.2%
G = 27.6%
B = 55.2%

CMYK

 C value IS 0.69

 M value IS 0.5

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B458A (or 0x2B458A) is known color: Tory Blue. HEX triplet: 2B, 45 and 8A. RGB value is (43,69,138). Sum of RGB (Red+Green+Blue) = 43+69+138=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B458A is #D4BA75. Grayscale: #444444. Windows color (decimal): -13941366 or 9061675. OLE color: 9061675.

HSL color Cylindrical-coordinate representation of color #2B458A: hue angle of 223.58º 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 #2B458A is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 69 138 -
CMYK 0.69 0.5 0 0.46
HSL 223.58º 0.52% 0.35% -
HSV(B) 223.58º 0.69% 0.54% -
XYZ 7.71 6.6 24.91 -
YUV 69.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 43 69 138 0.69 0.5 0 0.46 223.58 0.52 0.35
Hex 2B 45 8A 45 32 0 2E E0 34 23
Octal 53 105 212 105 62 0 56 340 64 43
Binary 101011 1000101 10001010 1000101 110010 0 101110 11100000 110100 100011

Color Harmonies of #2B458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B458A

Black with #2B458A

Text Example


Text Example

White with #2B458A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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