Html Css Color HEX #2B469D Tory Blue

📋 copy color: '#2B469D'

red 43 ◦ green 70 ◦ blue 157

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

Shades of Tory Blue #2B469D

Tints of Tory Blue #2B469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 58.15%

R = 15.93%
G = 25.93%
B = 58.15%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B469D (or 0x2B469D) is known color: Tory Blue. HEX triplet: 2B, 46 and 9D. RGB value is (43,70,157). Sum of RGB (Red+Green+Blue) = 43+70+157=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B469D is #D4B962. Grayscale: #474747. Windows color (decimal): -13941091 or 10307115. OLE color: 10307115.

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

Color convert

RGB 43 70 157 -
CMYK 0.73 0.55 0 0.38
HSL 225.79º 0.57% 0.39% -
HSV(B) 225.79º 0.73% 0.62% -
XYZ 9.27 7.33 32.82 -
YUV 71.85 176.05 107.43 -
System Red Green Blue C M Y K H S L
Decimal 43 70 157 0.73 0.55 0 0.38 225.79 0.57 0.39
Hex 2B 46 9D 49 37 0 26 E2 39 27
Octal 53 106 235 111 67 0 46 342 71 47
Binary 101011 1000110 10011101 1001001 110111 0 100110 11100010 111001 100111

Color Harmonies of #2B469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B469D

Black with #2B469D

Text Example


Text Example

White with #2B469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,70,157); }

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

background-color css

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

 a { background-color: rgb(43,70,157); }

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

border-color css

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

 span { border-color: rgb(43,70,157); }

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