Html Css Color HEX #2B5374 Venice Blue

📋 copy color: '#2B5374'

red 43 ◦ green 83 ◦ blue 116

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

Shades of Venice Blue #2B5374

Tints of Venice Blue #2B5374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.3%

 BLUE value IS 116 (45.7% from 255) = 47.93%

R = 17.77%
G = 34.3%
B = 47.93%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B5374 (or 0x2B5374) is known color: Venice Blue. HEX triplet: 2B, 53 and 74. RGB value is (43,83,116). Sum of RGB (Red+Green+Blue) = 43+83+116=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B5374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5374 is #D4AC8B. Grayscale: #4A4A4A. Windows color (decimal): -13937804 or 7623467. OLE color: 7623467.

HSL color Cylindrical-coordinate representation of color #2B5374: hue angle of 207.12º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B5374 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 83 116 -
CMYK 0.63 0.28 0 0.55
HSL 207.12º 0.46% 0.31% -
HSV(B) 207.12º 0.63% 0.45% -
XYZ 7.24 7.96 17.68 -
YUV 74.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 43 83 116 0.63 0.28 0 0.55 207.12 0.46 0.31
Hex 2B 53 74 3F 1C 0 37 CF 2E 1F
Octal 53 123 164 77 34 0 67 317 56 37
Binary 101011 1010011 1110100 111111 11100 0 110111 11001111 101110 11111

Color Harmonies of #2B5374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5374

Black with #2B5374

Text Example


Text Example

White with #2B5374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,83,116); }

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

background-color css

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

 a { background-color: rgb(43,83,116); }

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

border-color css

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

 span { border-color: rgb(43,83,116); }

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