Html Css Color HEX #2F5773 Venice Blue

📋 copy color: '#2F5773'

red 47 ◦ green 87 ◦ blue 115

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

Shades of Venice Blue #2F5773

Tints of Venice Blue #2F5773

RGB

 RED value IS 47 (18.75% from 255) = 18.88%

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

 BLUE value IS 115 (45.31% from 255) = 46.18%

R = 18.88%
G = 34.94%
B = 46.18%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F5773 (or 0x2F5773) is known color: Venice Blue. HEX triplet: 2F, 57 and 73. RGB value is (47,87,115). Sum of RGB (Red+Green+Blue) = 47+87+115=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F5773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5773 is #D0A88C. Grayscale: #4E4E4E. Windows color (decimal): -13674637 or 7558959. OLE color: 7558959.

HSL color Cylindrical-coordinate representation of color #2F5773: hue angle of 204.71º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F5773 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 87 115 -
CMYK 0.59 0.24 0 0.55
HSL 204.71º 0.42% 0.32% -
HSV(B) 204.71º 0.59% 0.45% -
XYZ 7.67 8.66 17.49 -
YUV 78.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 47 87 115 0.59 0.24 0 0.55 204.71 0.42 0.32
Hex 2F 57 73 3B 18 0 37 CD 2A 20
Octal 57 127 163 73 30 0 67 315 52 40
Binary 101111 1010111 1110011 111011 11000 0 110111 11001101 101010 100000

Color Harmonies of #2F5773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5773

Black with #2F5773

Text Example


Text Example

White with #2F5773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,87,115); }

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

background-color css

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

 a { background-color: rgb(47,87,115); }

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

border-color css

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

 span { border-color: rgb(47,87,115); }

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