Html Css Color HEX #2C5978 Venice Blue

📋 copy color: '#2C5978'

red 44 ◦ green 89 ◦ blue 120

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

Shades of Venice Blue #2C5978

Tints of Venice Blue #2C5978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.43%

R = 17.39%
G = 35.18%
B = 47.43%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2C5978 (or 0x2C5978) is known color: Venice Blue. HEX triplet: 2C, 59 and 78. RGB value is (44,89,120). Sum of RGB (Red+Green+Blue) = 44+89+120=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C5978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5978 is #D3A687. Grayscale: #4E4E4E. Windows color (decimal): -13870728 or 7887148. OLE color: 7887148.

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

Color convert

RGB 44 89 120 -
CMYK 0.63 0.26 0 0.53
HSL 204.47º 0.46% 0.32% -
HSV(B) 204.47º 0.63% 0.47% -
XYZ 8 9.04 19.09 -
YUV 79.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 44 89 120 0.63 0.26 0 0.53 204.47 0.46 0.32
Hex 2C 59 78 3F 1A 0 35 CC 2E 20
Octal 54 131 170 77 32 0 65 314 56 40
Binary 101100 1011001 1111000 111111 11010 0 110101 11001100 101110 100000

Color Harmonies of #2C5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5978

Black with #2C5978

Text Example


Text Example

White with #2C5978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,89,120); }

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

background-color css

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

 a { background-color: rgb(44,89,120); }

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

border-color css

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

 span { border-color: rgb(44,89,120); }

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