Html Css Color HEX #2B5172 Venice Blue

📋 copy color: '#2B5172'

red 43 ◦ green 81 ◦ blue 114

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

Shades of Venice Blue #2B5172

Tints of Venice Blue #2B5172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.03%

 BLUE value IS 114 (44.92% from 255) = 47.9%

R = 18.07%
G = 34.03%
B = 47.9%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B5172 (or 0x2B5172) is known color: Venice Blue. HEX triplet: 2B, 51 and 72. RGB value is (43,81,114). Sum of RGB (Red+Green+Blue) = 43+81+114=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B5172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5172 is #D4AE8D. Grayscale: #494949. Windows color (decimal): -13938318 or 7491883. OLE color: 7491883.

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

Color convert

RGB 43 81 114 -
CMYK 0.62 0.29 0 0.55
HSL 207.89º 0.45% 0.31% -
HSV(B) 207.89º 0.62% 0.45% -
XYZ 6.98 7.61 17.02 -
YUV 73.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 43 81 114 0.62 0.29 0 0.55 207.89 0.45 0.31
Hex 2B 51 72 3E 1D 0 37 D0 2D 1F
Octal 53 121 162 76 35 0 67 320 55 37
Binary 101011 1010001 1110010 111110 11101 0 110111 11010000 101101 11111

Color Harmonies of #2B5172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5172

Black with #2B5172

Text Example


Text Example

White with #2B5172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,81,114); }

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

background-color css

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

 a { background-color: rgb(43,81,114); }

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

border-color css

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

 span { border-color: rgb(43,81,114); }

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