Html Css Color HEX #2B439D Tory Blue

📋 copy color: '#2B439D'

red 43 ◦ green 67 ◦ blue 157

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

Shades of Tory Blue #2B439D

Tints of Tory Blue #2B439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.09%

 BLUE value IS 157 (61.72% from 255) = 58.8%

R = 16.1%
G = 25.09%
B = 58.8%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B439D (or 0x2B439D) is known color: Tory Blue. HEX triplet: 2B, 43 and 9D. RGB value is (43,67,157). Sum of RGB (Red+Green+Blue) = 43+67+157=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B439D is #D4BC62. Grayscale: #454545. Windows color (decimal): -13941859 or 10306347. OLE color: 10306347.

HSL color Cylindrical-coordinate representation of color #2B439D: hue angle of 227.37º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B439D is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 67 157 -
CMYK 0.73 0.57 0 0.38
HSL 227.37º 0.57% 0.39% -
HSV(B) 227.37º 0.73% 0.62% -
XYZ 9.09 6.96 32.76 -
YUV 70.08 177.05 108.68 -
System Red Green Blue C M Y K H S L
Decimal 43 67 157 0.73 0.57 0 0.38 227.37 0.57 0.39
Hex 2B 43 9D 49 39 0 26 E3 39 27
Octal 53 103 235 111 71 0 46 343 71 47
Binary 101011 1000011 10011101 1001001 111001 0 100110 11100011 111001 100111

Color Harmonies of #2B439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B439D

Black with #2B439D

Text Example


Text Example

White with #2B439D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,67,157); }

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

background-color css

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

 a { background-color: rgb(43,67,157); }

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

border-color css

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

 span { border-color: rgb(43,67,157); }

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