Html Css Color HEX #2F4F6E Venice Blue

📋 copy color: '#2F4F6E'

red 47 ◦ green 79 ◦ blue 110

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

Shades of Venice Blue #2F4F6E

Tints of Venice Blue #2F4F6E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.47%

 BLUE value IS 110 (43.36% from 255) = 46.61%

R = 19.92%
G = 33.47%
B = 46.61%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2F4F6E (or 0x2F4F6E) is known color: Venice Blue. HEX triplet: 2F, 4F and 6E. RGB value is (47,79,110). Sum of RGB (Red+Green+Blue) = 47+79+110=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F4F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F4F6E is #D0B091. Grayscale: #484848. Windows color (decimal): -13676690 or 7229231. OLE color: 7229231.

HSL color Cylindrical-coordinate representation of color #2F4F6E: hue angle of 209.52º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F4F6E is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 47 79 110 -
CMYK 0.57 0.28 0 0.57
HSL 209.52º 0.4% 0.31% -
HSV(B) 209.52º 0.57% 0.43% -
XYZ 6.78 7.32 15.81 -
YUV 72.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 47 79 110 0.57 0.28 0 0.57 209.52 0.4 0.31
Hex 2F 4F 6E 39 1C 0 39 D2 28 1F
Octal 57 117 156 71 34 0 71 322 50 37
Binary 101111 1001111 1101110 111001 11100 0 111001 11010010 101000 11111

Color Harmonies of #2F4F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4F6E

Black with #2F4F6E

Text Example


Text Example

White with #2F4F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,79,110); }

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

background-color css

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

 a { background-color: rgb(47,79,110); }

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

border-color css

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

 span { border-color: rgb(47,79,110); }

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