Html Css Color HEX #2B3E8C Tory Blue

📋 copy color: '#2B3E8C'

red 43 ◦ green 62 ◦ blue 140

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

Shades of Tory Blue #2B3E8C

Tints of Tory Blue #2B3E8C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.31%

 BLUE value IS 140 (55.08% from 255) = 57.14%

R = 17.55%
G = 25.31%
B = 57.14%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B3E8C (or 0x2B3E8C) is known color: Tory Blue. HEX triplet: 2B, 3E and 8C. RGB value is (43,62,140). Sum of RGB (Red+Green+Blue) = 43+62+140=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B3E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3E8C is #D4C173. Grayscale: #404040. Windows color (decimal): -13943156 or 9190955. OLE color: 9190955.

HSL color Cylindrical-coordinate representation of color #2B3E8C: hue angle of 228.25º 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 #2B3E8C is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 62 140 -
CMYK 0.69 0.56 0 0.45
HSL 228.25º 0.53% 0.36% -
HSV(B) 228.25º 0.69% 0.55% -
XYZ 7.45 5.85 25.55 -
YUV 65.21 170.21 112.16 -
System Red Green Blue C M Y K H S L
Decimal 43 62 140 0.69 0.56 0 0.45 228.25 0.53 0.36
Hex 2B 3E 8C 45 38 0 2D E4 35 24
Octal 53 76 214 105 70 0 55 344 65 44
Binary 101011 111110 10001100 1000101 111000 0 101101 11100100 110101 100100

Color Harmonies of #2B3E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3E8C

Black with #2B3E8C

Text Example


Text Example

White with #2B3E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,62,140); }

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

background-color css

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

 a { background-color: rgb(43,62,140); }

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

border-color css

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

 span { border-color: rgb(43,62,140); }

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