Html Css Color HEX #2B5976 Venice Blue

📋 copy color: '#2B5976'

red 43 ◦ green 89 ◦ blue 118

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

Shades of Venice Blue #2B5976

Tints of Venice Blue #2B5976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.6%

 BLUE value IS 118 (46.48% from 255) = 47.2%

R = 17.2%
G = 35.6%
B = 47.2%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2B5976 (or 0x2B5976) is known color: Venice Blue. HEX triplet: 2B, 59 and 76. RGB value is (43,89,118). Sum of RGB (Red+Green+Blue) = 43+89+118=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B5976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5976 is #D4A689. Grayscale: #4E4E4E. Windows color (decimal): -13936266 or 7756075. OLE color: 7756075.

HSL color Cylindrical-coordinate representation of color #2B5976: hue angle of 203.2º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B5976 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 89 118 -
CMYK 0.64 0.25 0 0.54
HSL 203.2º 0.47% 0.32% -
HSV(B) 203.2º 0.64% 0.46% -
XYZ 7.84 8.97 18.46 -
YUV 78.55 150.26 102.64 -
System Red Green Blue C M Y K H S L
Decimal 43 89 118 0.64 0.25 0 0.54 203.2 0.47 0.32
Hex 2B 59 76 40 19 0 36 CB 2F 20
Octal 53 131 166 100 31 0 66 313 57 40
Binary 101011 1011001 1110110 1000000 11001 0 110110 11001011 101111 100000

Color Harmonies of #2B5976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5976

Black with #2B5976

Text Example


Text Example

White with #2B5976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,89,118); }

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

background-color css

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

 a { background-color: rgb(43,89,118); }

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

border-color css

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

 span { border-color: rgb(43,89,118); }

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