Html Css Color HEX #2B408B Tory Blue

📋 copy color: '#2B408B'

red 43 ◦ green 64 ◦ blue 139

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

Shades of Tory Blue #2B408B

Tints of Tory Blue #2B408B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.02%

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

R = 17.48%
G = 26.02%
B = 56.5%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B408B (or 0x2B408B) is known color: Tory Blue. HEX triplet: 2B, 40 and 8B. RGB value is (43,64,139). Sum of RGB (Red+Green+Blue) = 43+64+139=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B408B is #D4BF74. Grayscale: #414141. Windows color (decimal): -13942645 or 9125931. OLE color: 9125931.

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

Color convert

RGB 43 64 139 -
CMYK 0.69 0.54 0 0.45
HSL 226.88º 0.53% 0.36% -
HSV(B) 226.88º 0.69% 0.55% -
XYZ 7.49 6.04 25.2 -
YUV 66.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 43 64 139 0.69 0.54 0 0.45 226.88 0.53 0.36
Hex 2B 40 8B 45 36 0 2D E3 35 24
Octal 53 100 213 105 66 0 55 343 65 44
Binary 101011 1000000 10001011 1000101 110110 0 101101 11100011 110101 100100

Color Harmonies of #2B408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B408B

Black with #2B408B

Text Example


Text Example

White with #2B408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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