Html Css Color HEX #2F526F Venice Blue

📋 copy color: '#2F526F'

red 47 ◦ green 82 ◦ blue 111

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

Shades of Venice Blue #2F526F

Tints of Venice Blue #2F526F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.25%

R = 19.58%
G = 34.17%
B = 46.25%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F526F (or 0x2F526F) is known color: Venice Blue. HEX triplet: 2F, 52 and 6F. RGB value is (47,82,111). Sum of RGB (Red+Green+Blue) = 47+82+111=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F526F is #D0AD90. Grayscale: #4A4A4A. Windows color (decimal): -13675921 or 7295535. OLE color: 7295535.

HSL color Cylindrical-coordinate representation of color #2F526F: hue angle of 207.19º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F526F is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 82 111 -
CMYK 0.58 0.26 0 0.56
HSL 207.19º 0.41% 0.31% -
HSV(B) 207.19º 0.58% 0.44% -
XYZ 7.06 7.79 16.17 -
YUV 74.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 47 82 111 0.58 0.26 0 0.56 207.19 0.41 0.31
Hex 2F 52 6F 3A 1A 0 38 CF 29 1F
Octal 57 122 157 72 32 0 70 317 51 37
Binary 101111 1010010 1101111 111010 11010 0 111000 11001111 101001 11111

Color Harmonies of #2F526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F526F

Black with #2F526F

Text Example


Text Example

White with #2F526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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