Html Css Color HEX #2B418C Tory Blue

📋 copy color: '#2B418C'

red 43 ◦ green 65 ◦ blue 140

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

Shades of Tory Blue #2B418C

Tints of Tory Blue #2B418C

RGB

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

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

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

R = 17.34%
G = 26.21%
B = 56.45%

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

#2B418C (or 0x2B418C) is known color: Tory Blue. HEX triplet: 2B, 41 and 8C. RGB value is (43,65,140). Sum of RGB (Red+Green+Blue) = 43+65+140=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B418C is #D4BE73. Grayscale: #424242. Windows color (decimal): -13942388 or 9191723. OLE color: 9191723.

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

Color convert

RGB 43 65 140 -
CMYK 0.69 0.54 0 0.45
HSL 226.39º 0.53% 0.36% -
HSV(B) 226.39º 0.69% 0.55% -
XYZ 7.62 6.19 25.6 -
YUV 66.97 169.21 110.9 -
System Red Green Blue C M Y K H S L
Decimal 43 65 140 0.69 0.54 0 0.45 226.39 0.53 0.36
Hex 2B 41 8C 45 36 0 2D E2 35 24
Octal 53 101 214 105 66 0 55 342 65 44
Binary 101011 1000001 10001100 1000101 110110 0 101101 11100010 110101 100100

Color Harmonies of #2B418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B418C

Black with #2B418C

Text Example


Text Example

White with #2B418C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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