Html Css Color HEX #2B408C Tory Blue

📋 copy color: '#2B408C'

red 43 ◦ green 64 ◦ blue 140

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

Shades of Tory Blue #2B408C

Tints of Tory Blue #2B408C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.68%

R = 17.41%
G = 25.91%
B = 56.68%

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

#2B408C (or 0x2B408C) is known color: Tory Blue. HEX triplet: 2B, 40 and 8C. RGB value is (43,64,140). Sum of RGB (Red+Green+Blue) = 43+64+140=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B408C is #D4BF73. Grayscale: #424242. Windows color (decimal): -13942644 or 9191467. OLE color: 9191467.

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

Color convert

RGB 43 64 140 -
CMYK 0.69 0.54 0 0.45
HSL 227.01º 0.53% 0.36% -
HSV(B) 227.01º 0.69% 0.55% -
XYZ 7.56 6.07 25.58 -
YUV 66.39 169.54 111.32 -
System Red Green Blue C M Y K H S L
Decimal 43 64 140 0.69 0.54 0 0.45 227.01 0.53 0.36
Hex 2B 40 8C 45 36 0 2D E3 35 24
Octal 53 100 214 105 66 0 55 343 65 44
Binary 101011 1000000 10001100 1000101 110110 0 101101 11100011 110101 100100

Color Harmonies of #2B408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B408C

Black with #2B408C

Text Example


Text Example

White with #2B408C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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