Html Css Color HEX #2A577C Venice Blue

📋 copy color: '#2A577C'

red 42 ◦ green 87 ◦ blue 124

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

Shades of Venice Blue #2A577C

Tints of Venice Blue #2A577C

RGB

 RED value IS 42 (16.8% from 255) = 16.6%

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

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

R = 16.6%
G = 34.39%
B = 49.01%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2A577C (or 0x2A577C) is known color: Venice Blue. HEX triplet: 2A, 57 and 7C. RGB value is (42,87,124). Sum of RGB (Red+Green+Blue) = 42+87+124=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A577C is #D5A883. Grayscale: #4D4D4D. Windows color (decimal): -14002308 or 8148778. OLE color: 8148778.

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

Color convert

RGB 42 87 124 -
CMYK 0.66 0.30 0 0.51
HSL 207.07º 0.49% 0.33% -
HSV(B) 207.07º 0.66% 0.49% -
XYZ 8 8.76 20.34 -
YUV 77.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 42 87 124 0.66 0.30 0 0.51 207.07 0.49 0.33
Hex 2A 57 7C 42 1E 0 33 CF 31 21
Octal 52 127 174 102 36 0 63 317 61 41
Binary 101010 1010111 1111100 1000010 11110 0 110011 11001111 110001 100001

Color Harmonies of #2A577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A577C

Black with #2A577C

Text Example


Text Example

White with #2A577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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