Html Css Color HEX #2B3F8C Tory Blue

📋 copy color: '#2B3F8C'

red 43 ◦ green 63 ◦ blue 140

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

Shades of Tory Blue #2B3F8C

Tints of Tory Blue #2B3F8C

RGB

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

 GREEN value IS 63 (25% from 255) = 25.61%

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

R = 17.48%
G = 25.61%
B = 56.91%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B3F8C (or 0x2B3F8C) is known color: Tory Blue. HEX triplet: 2B, 3F and 8C. RGB value is (43,63,140). Sum of RGB (Red+Green+Blue) = 43+63+140=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B3F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3F8C is #D4C073. Grayscale: #414141. Windows color (decimal): -13942900 or 9191211. OLE color: 9191211.

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

Color convert

RGB 43 63 140 -
CMYK 0.69 0.55 0 0.45
HSL 227.63º 0.53% 0.36% -
HSV(B) 227.63º 0.69% 0.55% -
XYZ 7.51 5.96 25.57 -
YUV 65.8 169.87 111.74 -
System Red Green Blue C M Y K H S L
Decimal 43 63 140 0.69 0.55 0 0.45 227.63 0.53 0.36
Hex 2B 3F 8C 45 37 0 2D E4 35 24
Octal 53 77 214 105 67 0 55 344 65 44
Binary 101011 111111 10001100 1000101 110111 0 101101 11100100 110101 100100

Color Harmonies of #2B3F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3F8C

Black with #2B3F8C

Text Example


Text Example

White with #2B3F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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