Html Css Color HEX #2C5473 Venice Blue

📋 copy color: '#2C5473'

red 44 ◦ green 84 ◦ blue 115

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

Shades of Venice Blue #2C5473

Tints of Venice Blue #2C5473

RGB

 RED value IS 44 (17.58% from 255) = 18.11%

 GREEN value IS 84 (33.2% from 255) = 34.57%

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

R = 18.11%
G = 34.57%
B = 47.33%

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

#2C5473 (or 0x2C5473) is known color: Venice Blue. HEX triplet: 2C, 54 and 73. RGB value is (44,84,115). Sum of RGB (Red+Green+Blue) = 44+84+115=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #2C5473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5473 is #D3AB8C. Grayscale: #4B4B4B. Windows color (decimal): -13872013 or 7558188. OLE color: 7558188.

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

Color convert

RGB 44 84 115 -
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.3 8.11 17.4 -
YUV 75.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 44 84 115 0.62 0.27 0 0.55 206.2 0.45 0.31
Hex 2C 54 73 3E 1B 0 37 CE 2D 1F
Octal 54 124 163 76 33 0 67 316 55 37
Binary 101100 1010100 1110011 111110 11011 0 110111 11001110 101101 11111

Color Harmonies of #2C5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5473

Black with #2C5473

Text Example


Text Example

White with #2C5473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,84,115); }

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

background-color css

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

 a { background-color: rgb(44,84,115); }

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

border-color css

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

 span { border-color: rgb(44,84,115); }

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