Html Css Color HEX #2B5372 Venice Blue

📋 copy color: '#2B5372'

red 43 ◦ green 83 ◦ blue 114

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

Shades of Venice Blue #2B5372

Tints of Venice Blue #2B5372

RGB

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

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

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

R = 17.92%
G = 34.58%
B = 47.5%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B5372 (or 0x2B5372) is known color: Venice Blue. HEX triplet: 2B, 53 and 72. RGB value is (43,83,114). Sum of RGB (Red+Green+Blue) = 43+83+114=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B5372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5372 is #D4AC8D. Grayscale: #4A4A4A. Windows color (decimal): -13937806 or 7492395. OLE color: 7492395.

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

Color convert

RGB 43 83 114 -
CMYK 0.62 0.27 0 0.55
HSL 206.2º 0.45% 0.31% -
HSV(B) 206.2º 0.62% 0.45% -
XYZ 7.13 7.92 17.07 -
YUV 74.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 43 83 114 0.62 0.27 0 0.55 206.2 0.45 0.31
Hex 2B 53 72 3E 1B 0 37 CE 2D 1F
Octal 53 123 162 76 33 0 67 316 55 37
Binary 101011 1010011 1110010 111110 11011 0 110111 11001110 101101 11111

Color Harmonies of #2B5372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5372

Black with #2B5372

Text Example


Text Example

White with #2B5372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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