Html Css Color HEX #2F5673 Venice Blue

📋 copy color: '#2F5673'

red 47 ◦ green 86 ◦ blue 115

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

Shades of Venice Blue #2F5673

Tints of Venice Blue #2F5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.68%

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

R = 18.95%
G = 34.68%
B = 46.37%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F5673 (or 0x2F5673) is known color: Venice Blue. HEX triplet: 2F, 56 and 73. RGB value is (47,86,115). Sum of RGB (Red+Green+Blue) = 47+86+115=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F5673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5673 is #D0A98C. Grayscale: #4D4D4D. Windows color (decimal): -13674893 or 7558703. OLE color: 7558703.

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

Color convert

RGB 47 86 115 -
CMYK 0.59 0.25 0 0.55
HSL 205.59º 0.42% 0.32% -
HSV(B) 205.59º 0.59% 0.45% -
XYZ 7.59 8.5 17.46 -
YUV 77.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 47 86 115 0.59 0.25 0 0.55 205.59 0.42 0.32
Hex 2F 56 73 3B 19 0 37 CE 2A 20
Octal 57 126 163 73 31 0 67 316 52 40
Binary 101111 1010110 1110011 111011 11001 0 110111 11001110 101010 100000

Color Harmonies of #2F5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5673

Black with #2F5673

Text Example


Text Example

White with #2F5673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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