Html Css Color HEX #2B5273 Venice Blue

📋 copy color: '#2B5273'

red 43 ◦ green 82 ◦ blue 115

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

Shades of Venice Blue #2B5273

Tints of Venice Blue #2B5273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.17%

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 17.92%
G = 34.17%
B = 47.92%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B5273 (or 0x2B5273) is known color: Venice Blue. HEX triplet: 2B, 52 and 73. RGB value is (43,82,115). Sum of RGB (Red+Green+Blue) = 43+82+115=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B5273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5273 is #D4AD8C. Grayscale: #494949. Windows color (decimal): -13938061 or 7557675. OLE color: 7557675.

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

Color convert

RGB 43 82 115 -
CMYK 0.63 0.29 0 0.55
HSL 207.5º 0.46% 0.31% -
HSV(B) 207.5º 0.63% 0.45% -
XYZ 7.11 7.79 17.35 -
YUV 74.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 43 82 115 0.63 0.29 0 0.55 207.5 0.46 0.31
Hex 2B 52 73 3F 1D 0 37 D0 2E 1F
Octal 53 122 163 77 35 0 67 320 56 37
Binary 101011 1010010 1110011 111111 11101 0 110111 11010000 101110 11111

Color Harmonies of #2B5273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5273

Black with #2B5273

Text Example


Text Example

White with #2B5273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,82,115); }

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

background-color css

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

 a { background-color: rgb(43,82,115); }

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

border-color css

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

 span { border-color: rgb(43,82,115); }

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