Html Css Color HEX #2B468D Tory Blue

📋 copy color: '#2B468D'

red 43 ◦ green 70 ◦ blue 141

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

Shades of Tory Blue #2B468D

Tints of Tory Blue #2B468D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 55.51%

R = 16.93%
G = 27.56%
B = 55.51%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B468D (or 0x2B468D) is known color: Tory Blue. HEX triplet: 2B, 46 and 8D. RGB value is (43,70,141). Sum of RGB (Red+Green+Blue) = 43+70+141=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B468D is #D4B972. Grayscale: #454545. Windows color (decimal): -13941107 or 9258539. OLE color: 9258539.

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

Color convert

RGB 43 70 141 -
CMYK 0.70 0.50 0 0.45
HSL 223.47º 0.53% 0.36% -
HSV(B) 223.47º 0.7% 0.55% -
XYZ 7.99 6.82 26.09 -
YUV 70.02 168.05 108.73 -
System Red Green Blue C M Y K H S L
Decimal 43 70 141 0.70 0.50 0 0.45 223.47 0.53 0.36
Hex 2B 46 8D 46 32 0 2D DF 35 24
Octal 53 106 215 106 62 0 55 337 65 44
Binary 101011 1000110 10001101 1000110 110010 0 101101 11011111 110101 100100

Color Harmonies of #2B468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B468D

Black with #2B468D

Text Example


Text Example

White with #2B468D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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