Html Css Color HEX #2B4299 Tory Blue

📋 copy color: '#2B4299'

red 43 ◦ green 66 ◦ blue 153

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

Shades of Tory Blue #2B4299

Tints of Tory Blue #2B4299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

 BLUE value IS 153 (60.16% from 255) = 58.4%

R = 16.41%
G = 25.19%
B = 58.4%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2B4299 (or 0x2B4299) is known color: Tory Blue. HEX triplet: 2B, 42 and 99. RGB value is (43,66,153). Sum of RGB (Red+Green+Blue) = 43+66+153=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B4299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4299 is #D4BD66. Grayscale: #444444. Windows color (decimal): -13942119 or 10043947. OLE color: 10043947.

HSL color Cylindrical-coordinate representation of color #2B4299: hue angle of 227.45º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B4299 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 43 66 153 -
CMYK 0.72 0.57 0 0.4
HSL 227.45º 0.56% 0.38% -
HSV(B) 227.45º 0.72% 0.6% -
XYZ 8.69 6.71 30.97 -
YUV 69.04 175.38 109.43 -
System Red Green Blue C M Y K H S L
Decimal 43 66 153 0.72 0.57 0 0.4 227.45 0.56 0.38
Hex 2B 42 99 48 39 0 28 E3 38 26
Octal 53 102 231 110 71 0 50 343 70 46
Binary 101011 1000010 10011001 1001000 111001 0 101000 11100011 111000 100110

Color Harmonies of #2B4299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4299

Black with #2B4299

Text Example


Text Example

White with #2B4299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,66,153); }

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

background-color css

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

 a { background-color: rgb(43,66,153); }

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

border-color css

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

 span { border-color: rgb(43,66,153); }

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