Html Css Color HEX #2B418B Tory Blue

📋 copy color: '#2B418B'

red 43 ◦ green 65 ◦ blue 139

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

Shades of Tory Blue #2B418B

Tints of Tory Blue #2B418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

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

R = 17.41%
G = 26.32%
B = 56.28%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B418B (or 0x2B418B) is known color: Tory Blue. HEX triplet: 2B, 41 and 8B. RGB value is (43,65,139). Sum of RGB (Red+Green+Blue) = 43+65+139=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B418B is #D4BE74. Grayscale: #424242. Windows color (decimal): -13942389 or 9126187. OLE color: 9126187.

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

Color convert

RGB 43 65 139 -
CMYK 0.69 0.53 0 0.45
HSL 226.25º 0.53% 0.36% -
HSV(B) 226.25º 0.69% 0.55% -
XYZ 7.55 6.16 25.22 -
YUV 66.86 168.71 110.98 -
System Red Green Blue C M Y K H S L
Decimal 43 65 139 0.69 0.53 0 0.45 226.25 0.53 0.36
Hex 2B 41 8B 45 35 0 2D E2 35 24
Octal 53 101 213 105 65 0 55 342 65 44
Binary 101011 1000001 10001011 1000101 110101 0 101101 11100010 110101 100100

Color Harmonies of #2B418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B418B

Black with #2B418B

Text Example


Text Example

White with #2B418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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