Html Css Color HEX #2B428B Tory Blue

📋 copy color: '#2B428B'

red 43 ◦ green 66 ◦ blue 139

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

Shades of Tory Blue #2B428B

Tints of Tory Blue #2B428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.05%

R = 17.34%
G = 26.61%
B = 56.05%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B428B (or 0x2B428B) is known color: Tory Blue. HEX triplet: 2B, 42 and 8B. RGB value is (43,66,139). Sum of RGB (Red+Green+Blue) = 43+66+139=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B428B is #D4BD74. Grayscale: #434343. Windows color (decimal): -13942133 or 9126443. OLE color: 9126443.

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

Color convert

RGB 43 66 139 -
CMYK 0.69 0.53 0 0.45
HSL 225.63º 0.53% 0.36% -
HSV(B) 225.63º 0.69% 0.55% -
XYZ 7.6 6.27 25.24 -
YUV 67.45 168.38 110.56 -
System Red Green Blue C M Y K H S L
Decimal 43 66 139 0.69 0.53 0 0.45 225.63 0.53 0.36
Hex 2B 42 8B 45 35 0 2D E2 35 24
Octal 53 102 213 105 65 0 55 342 65 44
Binary 101011 1000010 10001011 1000101 110101 0 101101 11100010 110101 100100

Color Harmonies of #2B428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B428B

Black with #2B428B

Text Example


Text Example

White with #2B428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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