Html Css Color HEX #2F5573 Venice Blue

📋 copy color: '#2F5573'

red 47 ◦ green 85 ◦ blue 115

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

Shades of Venice Blue #2F5573

Tints of Venice Blue #2F5573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.41%

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

R = 19.03%
G = 34.41%
B = 46.56%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F5573 (or 0x2F5573) is known color: Venice Blue. HEX triplet: 2F, 55 and 73. RGB value is (47,85,115). Sum of RGB (Red+Green+Blue) = 47+85+115=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F5573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5573 is #D0AA8C. Grayscale: #4C4C4C. Windows color (decimal): -13675149 or 7558447. OLE color: 7558447.

HSL color Cylindrical-coordinate representation of color #2F5573: hue angle of 206.47º 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 #2F5573 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 85 115 -
CMYK 0.59 0.26 0 0.55
HSL 206.47º 0.42% 0.32% -
HSV(B) 206.47º 0.59% 0.45% -
XYZ 7.52 8.34 17.43 -
YUV 77.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 47 85 115 0.59 0.26 0 0.55 206.47 0.42 0.32
Hex 2F 55 73 3B 1A 0 37 CE 2A 20
Octal 57 125 163 73 32 0 67 316 52 40
Binary 101111 1010101 1110011 111011 11010 0 110111 11001110 101010 100000

Color Harmonies of #2F5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5573

Black with #2F5573

Text Example


Text Example

White with #2F5573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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