Html Css Color HEX #2F4E72 Venice Blue

📋 copy color: '#2F4E72'

red 47 ◦ green 78 ◦ blue 114

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

Shades of Venice Blue #2F4E72

Tints of Venice Blue #2F4E72

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.64%

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

R = 19.67%
G = 32.64%
B = 47.7%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F4E72 (or 0x2F4E72) is known color: Venice Blue. HEX triplet: 2F, 4E and 72. RGB value is (47,78,114). Sum of RGB (Red+Green+Blue) = 47+78+114=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F4E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F4E72 is #D0B18D. Grayscale: #484848. Windows color (decimal): -13676942 or 7491119. OLE color: 7491119.

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

Color convert

RGB 47 78 114 -
CMYK 0.59 0.32 0 0.55
HSL 212.24º 0.42% 0.32% -
HSV(B) 212.24º 0.59% 0.45% -
XYZ 6.93 7.27 16.96 -
YUV 72.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 47 78 114 0.59 0.32 0 0.55 212.24 0.42 0.32
Hex 2F 4E 72 3B 20 0 37 D4 2A 20
Octal 57 116 162 73 40 0 67 324 52 40
Binary 101111 1001110 1110010 111011 100000 0 110111 11010100 101010 100000

Color Harmonies of #2F4E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4E72

Black with #2F4E72

Text Example


Text Example

White with #2F4E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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