Html Css Color HEX #2B5070 Venice Blue

📋 copy color: '#2B5070'

red 43 ◦ green 80 ◦ blue 112

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

Shades of Venice Blue #2B5070

Tints of Venice Blue #2B5070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.04%

 BLUE value IS 112 (44.14% from 255) = 47.66%

R = 18.3%
G = 34.04%
B = 47.66%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B5070 (or 0x2B5070) is known color: Venice Blue. HEX triplet: 2B, 50 and 70. RGB value is (43,80,112). Sum of RGB (Red+Green+Blue) = 43+80+112=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B5070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5070 is #D4AF8F. Grayscale: #484848. Windows color (decimal): -13938576 or 7360555. OLE color: 7360555.

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

Color convert

RGB 43 80 112 -
CMYK 0.62 0.29 0 0.56
HSL 207.83º 0.45% 0.3% -
HSV(B) 207.83º 0.62% 0.44% -
XYZ 6.79 7.42 16.4 -
YUV 72.59 150.24 106.9 -
System Red Green Blue C M Y K H S L
Decimal 43 80 112 0.62 0.29 0 0.56 207.83 0.45 0.3
Hex 2B 50 70 3E 1D 0 38 D0 2D 1E
Octal 53 120 160 76 35 0 70 320 55 36
Binary 101011 1010000 1110000 111110 11101 0 111000 11010000 101101 11110

Color Harmonies of #2B5070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5070

Black with #2B5070

Text Example


Text Example

White with #2B5070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,80,112); }

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

background-color css

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

 a { background-color: rgb(43,80,112); }

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

border-color css

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

 span { border-color: rgb(43,80,112); }

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