Html Css Color HEX #2F5272 Venice Blue

📋 copy color: '#2F5272'

red 47 ◦ green 82 ◦ blue 114

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

Shades of Venice Blue #2F5272

Tints of Venice Blue #2F5272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.74%

 BLUE value IS 114 (44.92% from 255) = 46.91%

R = 19.34%
G = 33.74%
B = 46.91%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F5272 (or 0x2F5272) is known color: Venice Blue. HEX triplet: 2F, 52 and 72. RGB value is (47,82,114). Sum of RGB (Red+Green+Blue) = 47+82+114=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F5272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5272 is #D0AD8D. Grayscale: #4B4B4B. Windows color (decimal): -13675918 or 7492143. OLE color: 7492143.

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

Color convert

RGB 47 82 114 -
CMYK 0.59 0.28 0 0.55
HSL 208.66º 0.42% 0.32% -
HSV(B) 208.66º 0.59% 0.45% -
XYZ 7.23 7.85 17.05 -
YUV 75.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 47 82 114 0.59 0.28 0 0.55 208.66 0.42 0.32
Hex 2F 52 72 3B 1C 0 37 D1 2A 20
Octal 57 122 162 73 34 0 67 321 52 40
Binary 101111 1010010 1110010 111011 11100 0 110111 11010001 101010 100000

Color Harmonies of #2F5272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5272

Black with #2F5272

Text Example


Text Example

White with #2F5272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,82,114); }

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

background-color css

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

 a { background-color: rgb(47,82,114); }

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

border-color css

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

 span { border-color: rgb(47,82,114); }

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