Html Css Color HEX #2F5774 Venice Blue

📋 copy color: '#2F5774'

red 47 ◦ green 87 ◦ blue 116

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

Shades of Venice Blue #2F5774

Tints of Venice Blue #2F5774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.4%

R = 18.8%
G = 34.8%
B = 46.4%

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

#2F5774 (or 0x2F5774) is known color: Venice Blue. HEX triplet: 2F, 57 and 74. RGB value is (47,87,116). Sum of RGB (Red+Green+Blue) = 47+87+116=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #2F5774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5774 is #D0A88B. Grayscale: #4E4E4E. Windows color (decimal): -13674636 or 7624495. OLE color: 7624495.

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

Color convert

RGB 47 87 116 -
CMYK 0.59 0.25 0 0.55
HSL 205.22º 0.42% 0.32% -
HSV(B) 205.22º 0.59% 0.45% -
XYZ 7.73 8.68 17.79 -
YUV 78.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 47 87 116 0.59 0.25 0 0.55 205.22 0.42 0.32
Hex 2F 57 74 3B 19 0 37 CD 2A 20
Octal 57 127 164 73 31 0 67 315 52 40
Binary 101111 1010111 1110100 111011 11001 0 110111 11001101 101010 100000

Color Harmonies of #2F5774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5774

Black with #2F5774

Text Example


Text Example

White with #2F5774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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