Html Css Color HEX #2B4C78 St Tropaz

📋 copy color: '#2B4C78'

red 43 ◦ green 76 ◦ blue 120

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

Shades of St Tropaz #2B4C78

Tints of St Tropaz #2B4C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.8%

 BLUE value IS 120 (47.27% from 255) = 50.21%

R = 17.99%
G = 31.8%
B = 50.21%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2B4C78 (or 0x2B4C78) is known color: St Tropaz. HEX triplet: 2B, 4C and 78. RGB value is (43,76,120). Sum of RGB (Red+Green+Blue) = 43+76+120=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B4C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4C78 is #D4B387. Grayscale: #464646. Windows color (decimal): -13939592 or 7883819. OLE color: 7883819.

HSL color Cylindrical-coordinate representation of color #2B4C78: hue angle of 214.29º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B4C78 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 76 120 -
CMYK 0.64 0.37 0 0.53
HSL 214.29º 0.47% 0.32% -
HSV(B) 214.29º 0.64% 0.47% -
XYZ 6.97 7.04 18.76 -
YUV 71.15 155.57 107.92 -
System Red Green Blue C M Y K H S L
Decimal 43 76 120 0.64 0.37 0 0.53 214.29 0.47 0.32
Hex 2B 4C 78 40 25 0 35 D6 2F 20
Octal 53 114 170 100 45 0 65 326 57 40
Binary 101011 1001100 1111000 1000000 100101 0 110101 11010110 101111 100000

Color Harmonies of #2B4C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4C78

Black with #2B4C78

Text Example


Text Example

White with #2B4C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,76,120); }

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

background-color css

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

 a { background-color: rgb(43,76,120); }

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

border-color css

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

 span { border-color: rgb(43,76,120); }

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