Html Css Color HEX #2B4098 Tory Blue

📋 copy color: '#2B4098'

red 43 ◦ green 64 ◦ blue 152

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

Shades of Tory Blue #2B4098

Tints of Tory Blue #2B4098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 58.69%

R = 16.6%
G = 24.71%
B = 58.69%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2B4098 (or 0x2B4098) is known color: Tory Blue. HEX triplet: 2B, 40 and 98. RGB value is (43,64,152). Sum of RGB (Red+Green+Blue) = 43+64+152=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B4098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4098 is #D4BF67. Grayscale: #434343. Windows color (decimal): -13942632 or 9977899. OLE color: 9977899.

HSL color Cylindrical-coordinate representation of color #2B4098: hue angle of 228.44º 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 #2B4098 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 43 64 152 -
CMYK 0.72 0.58 0 0.40
HSL 228.44º 0.56% 0.38% -
HSV(B) 228.44º 0.72% 0.6% -
XYZ 8.5 6.45 30.5 -
YUV 67.75 175.54 110.34 -
System Red Green Blue C M Y K H S L
Decimal 43 64 152 0.72 0.58 0 0.40 228.44 0.56 0.38
Hex 2B 40 98 48 3A 0 28 E4 38 26
Octal 53 100 230 110 72 0 50 344 70 46
Binary 101011 1000000 10011000 1001000 111010 0 101000 11100100 111000 100110

Color Harmonies of #2B4098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4098

Black with #2B4098

Text Example


Text Example

White with #2B4098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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