Html Css Color HEX #2C577C Venice Blue

📋 copy color: '#2C577C'

red 44 ◦ green 87 ◦ blue 124

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

Shades of Venice Blue #2C577C

Tints of Venice Blue #2C577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.12%

 BLUE value IS 124 (48.83% from 255) = 48.63%

R = 17.25%
G = 34.12%
B = 48.63%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2C577C (or 0x2C577C) is known color: Venice Blue. HEX triplet: 2C, 57 and 7C. RGB value is (44,87,124). Sum of RGB (Red+Green+Blue) = 44+87+124=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #2C577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C577C is #D3A883. Grayscale: #4E4E4E. Windows color (decimal): -13871236 or 8148780. OLE color: 8148780.

HSL color Cylindrical-coordinate representation of color #2C577C: hue angle of 207.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C577C is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 44 87 124 -
CMYK 0.65 0.30 0 0.51
HSL 207.75º 0.48% 0.33% -
HSV(B) 207.75º 0.65% 0.49% -
XYZ 8.08 8.81 20.34 -
YUV 78.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 44 87 124 0.65 0.30 0 0.51 207.75 0.48 0.33
Hex 2C 57 7C 41 1E 0 33 D0 30 21
Octal 54 127 174 101 36 0 63 320 60 41
Binary 101100 1010111 1111100 1000001 11110 0 110011 11010000 110000 100001

Color Harmonies of #2C577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C577C

Black with #2C577C

Text Example


Text Example

White with #2C577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,87,124); }

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

background-color css

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

 a { background-color: rgb(44,87,124); }

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

border-color css

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

 span { border-color: rgb(44,87,124); }

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