Html Css Color HEX #2C5574 Venice Blue

📋 copy color: '#2C5574'

red 44 ◦ green 85 ◦ blue 116

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

Shades of Venice Blue #2C5574

Tints of Venice Blue #2C5574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.69%

 BLUE value IS 116 (45.7% from 255) = 47.35%

R = 17.96%
G = 34.69%
B = 47.35%

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

#2C5574 (or 0x2C5574) is known color: Venice Blue. HEX triplet: 2C, 55 and 74. RGB value is (44,85,116). Sum of RGB (Red+Green+Blue) = 44+85+116=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #2C5574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5574 is #D3AA8B. Grayscale: #4C4C4C. Windows color (decimal): -13871756 or 7623980. OLE color: 7623980.

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

Color convert

RGB 44 85 116 -
CMYK 0.62 0.27 0 0.55
HSL 205.83º 0.45% 0.31% -
HSV(B) 205.83º 0.62% 0.45% -
XYZ 7.44 8.29 17.73 -
YUV 76.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 44 85 116 0.62 0.27 0 0.55 205.83 0.45 0.31
Hex 2C 55 74 3E 1B 0 37 CE 2D 1F
Octal 54 125 164 76 33 0 67 316 55 37
Binary 101100 1010101 1110100 111110 11011 0 110111 11001110 101101 11111

Color Harmonies of #2C5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5574

Black with #2C5574

Text Example


Text Example

White with #2C5574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,85,116); }

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

background-color css

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

 a { background-color: rgb(44,85,116); }

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

border-color css

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

 span { border-color: rgb(44,85,116); }

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