Html Css Color HEX #2B3998 Tory Blue

📋 copy color: '#2B3998'

red 43 ◦ green 57 ◦ blue 152

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

Shades of Tory Blue #2B3998

Tints of Tory Blue #2B3998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

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

R = 17.06%
G = 22.62%
B = 60.32%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2B3998 (or 0x2B3998) is known color: Tory Blue. HEX triplet: 2B, 39 and 98. RGB value is (43,57,152). Sum of RGB (Red+Green+Blue) = 43+57+152=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B3998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3998 is #D4C667. Grayscale: #3F3F3F. Windows color (decimal): -13944424 or 9976107. OLE color: 9976107.

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

Color convert

RGB 43 57 152 -
CMYK 0.72 0.62 0 0.40
HSL 232.29º 0.56% 0.38% -
HSV(B) 232.29º 0.72% 0.6% -
XYZ 8.13 5.71 30.38 -
YUV 63.64 177.86 113.28 -
System Red Green Blue C M Y K H S L
Decimal 43 57 152 0.72 0.62 0 0.40 232.29 0.56 0.38
Hex 2B 39 98 48 3E 0 28 E8 38 26
Octal 53 71 230 110 76 0 50 350 70 46
Binary 101011 111001 10011000 1001000 111110 0 101000 11101000 111000 100110

Color Harmonies of #2B3998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3998

Black with #2B3998

Text Example


Text Example

White with #2B3998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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