Html Css Color HEX #2F5779 Venice Blue

📋 copy color: '#2F5779'

red 47 ◦ green 87 ◦ blue 121

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

Shades of Venice Blue #2F5779

Tints of Venice Blue #2F5779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 47.45%

R = 18.43%
G = 34.12%
B = 47.45%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F5779 (or 0x2F5779) is known color: Venice Blue. HEX triplet: 2F, 57 and 79. RGB value is (47,87,121). Sum of RGB (Red+Green+Blue) = 47+87+121=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F5779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5779 is #D0A886. Grayscale: #4E4E4E. Windows color (decimal): -13674631 or 7952175. OLE color: 7952175.

HSL color Cylindrical-coordinate representation of color #2F5779: hue angle of 207.57º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F5779 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 87 121 -
CMYK 0.61 0.28 0 0.53
HSL 207.57º 0.44% 0.33% -
HSV(B) 207.57º 0.61% 0.47% -
XYZ 8.03 8.8 19.36 -
YUV 78.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 47 87 121 0.61 0.28 0 0.53 207.57 0.44 0.33
Hex 2F 57 79 3D 1C 0 35 D0 2C 21
Octal 57 127 171 75 34 0 65 320 54 41
Binary 101111 1010111 1111001 111101 11100 0 110101 11010000 101100 100001

Color Harmonies of #2F5779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5779

Black with #2F5779

Text Example


Text Example

White with #2F5779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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