Html Css Color HEX #2B468B Tory Blue

📋 copy color: '#2B468B'

red 43 ◦ green 70 ◦ blue 139

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

Shades of Tory Blue #2B468B

Tints of Tory Blue #2B468B

RGB

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

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

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

R = 17.06%
G = 27.78%
B = 55.16%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B468B (or 0x2B468B) is known color: Tory Blue. HEX triplet: 2B, 46 and 8B. RGB value is (43,70,139). Sum of RGB (Red+Green+Blue) = 43+70+139=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B468B is #D4B974. Grayscale: #454545. Windows color (decimal): -13941109 or 9127467. OLE color: 9127467.

HSL color Cylindrical-coordinate representation of color #2B468B: hue angle of 223.12º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B468B is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 70 139 -
CMYK 0.69 0.50 0 0.45
HSL 223.13º 0.53% 0.36% -
HSV(B) 223.13º 0.69% 0.55% -
XYZ 7.85 6.76 25.32 -
YUV 69.79 167.05 108.89 -
System Red Green Blue C M Y K H S L
Decimal 43 70 139 0.69 0.50 0 0.45 223.13 0.53 0.36
Hex 2B 46 8B 45 32 0 2D DF 35 24
Octal 53 106 213 105 62 0 55 337 65 44
Binary 101011 1000110 10001011 1000101 110010 0 101101 11011111 110101 100100

Color Harmonies of #2B468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B468B

Black with #2B468B

Text Example


Text Example

White with #2B468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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