Html Css Color HEX #2B577C Venice Blue

📋 copy color: '#2B577C'

red 43 ◦ green 87 ◦ blue 124

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

Shades of Venice Blue #2B577C

Tints of Venice Blue #2B577C

RGB

 RED value IS 43 (17.19% from 255) = 16.93%

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

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

R = 16.93%
G = 34.25%
B = 48.82%

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

#2B577C (or 0x2B577C) is known color: Venice Blue. HEX triplet: 2B, 57 and 7C. RGB value is (43,87,124). Sum of RGB (Red+Green+Blue) = 43+87+124=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B577C is #D4A883. Grayscale: #4D4D4D. Windows color (decimal): -13936772 or 8148779. OLE color: 8148779.

HSL color Cylindrical-coordinate representation of color #2B577C: hue angle of 207.41º degrees, saturation: 0.49, 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 #2B577C is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 87 124 -
CMYK 0.65 0.30 0 0.51
HSL 207.41º 0.49% 0.33% -
HSV(B) 207.41º 0.65% 0.49% -
XYZ 8.04 8.79 20.34 -
YUV 78.06 153.92 102.99 -
System Red Green Blue C M Y K H S L
Decimal 43 87 124 0.65 0.30 0 0.51 207.41 0.49 0.33
Hex 2B 57 7C 41 1E 0 33 CF 31 21
Octal 53 127 174 101 36 0 63 317 61 41
Binary 101011 1010111 1111100 1000001 11110 0 110011 11001111 110001 100001

Color Harmonies of #2B577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B577C

Black with #2B577C

Text Example


Text Example

White with #2B577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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