Html Css Color HEX #2B459F Tory Blue

📋 copy color: '#2B459F'

red 43 ◦ green 69 ◦ blue 159

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

Shades of Tory Blue #2B459F

Tints of Tory Blue #2B459F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.67%

R = 15.87%
G = 25.46%
B = 58.67%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B459F (or 0x2B459F) is known color: Tory Blue. HEX triplet: 2B, 45 and 9F. RGB value is (43,69,159). Sum of RGB (Red+Green+Blue) = 43+69+159=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B459F is #D4BA60. Grayscale: #474747. Windows color (decimal): -13941345 or 10437931. OLE color: 10437931.

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

Color convert

RGB 43 69 159 -
CMYK 0.73 0.57 0 0.38
HSL 226.55º 0.57% 0.4% -
HSV(B) 226.55º 0.73% 0.62% -
XYZ 9.38 7.27 33.71 -
YUV 71.49 177.39 107.68 -
System Red Green Blue C M Y K H S L
Decimal 43 69 159 0.73 0.57 0 0.38 226.55 0.57 0.4
Hex 2B 45 9F 49 39 0 26 E3 39 28
Octal 53 105 237 111 71 0 46 343 71 50
Binary 101011 1000101 10011111 1001001 111001 0 100110 11100011 111001 101000

Color Harmonies of #2B459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B459F

Black with #2B459F

Text Example


Text Example

White with #2B459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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