Html Css Color HEX #2B4B8D Tory Blue

📋 copy color: '#2B4B8D'

red 43 ◦ green 75 ◦ blue 141

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

Shades of Tory Blue #2B4B8D

Tints of Tory Blue #2B4B8D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.96%

 BLUE value IS 141 (55.47% from 255) = 54.44%

R = 16.6%
G = 28.96%
B = 54.44%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B4B8D (or 0x2B4B8D) is known color: Tory Blue. HEX triplet: 2B, 4B and 8D. RGB value is (43,75,141). Sum of RGB (Red+Green+Blue) = 43+75+141=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B4B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4B8D is #D4B472. Grayscale: #484848. Windows color (decimal): -13939827 or 9259819. OLE color: 9259819.

HSL color Cylindrical-coordinate representation of color #2B4B8D: hue angle of 220.41º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B4B8D is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 75 141 -
CMYK 0.70 0.47 0 0.45
HSL 220.41º 0.53% 0.36% -
HSV(B) 220.41º 0.7% 0.55% -
XYZ 8.32 7.47 26.2 -
YUV 72.96 166.4 106.63 -
System Red Green Blue C M Y K H S L
Decimal 43 75 141 0.70 0.47 0 0.45 220.41 0.53 0.36
Hex 2B 4B 8D 46 2F 0 2D DC 35 24
Octal 53 113 215 106 57 0 55 334 65 44
Binary 101011 1001011 10001101 1000110 101111 0 101101 11011100 110101 100100

Color Harmonies of #2B4B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4B8D

Black with #2B4B8D

Text Example


Text Example

White with #2B4B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,75,141); }

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

background-color css

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

 a { background-color: rgb(43,75,141); }

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

border-color css

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

 span { border-color: rgb(43,75,141); }

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