Html Css Color HEX #2F5372 Venice Blue

📋 copy color: '#2F5372'

red 47 ◦ green 83 ◦ blue 114

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

Shades of Venice Blue #2F5372

Tints of Venice Blue #2F5372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.02%

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

R = 19.26%
G = 34.02%
B = 46.72%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F5372 (or 0x2F5372) is known color: Venice Blue. HEX triplet: 2F, 53 and 72. RGB value is (47,83,114). Sum of RGB (Red+Green+Blue) = 47+83+114=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F5372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5372 is #D0AC8D. Grayscale: #4B4B4B. Windows color (decimal): -13675662 or 7492399. OLE color: 7492399.

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

Color convert

RGB 47 83 114 -
CMYK 0.59 0.27 0 0.55
HSL 207.76º 0.42% 0.32% -
HSV(B) 207.76º 0.59% 0.45% -
XYZ 7.3 8.01 17.08 -
YUV 75.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 47 83 114 0.59 0.27 0 0.55 207.76 0.42 0.32
Hex 2F 53 72 3B 1B 0 37 D0 2A 20
Octal 57 123 162 73 33 0 67 320 52 40
Binary 101111 1010011 1110010 111011 11011 0 110111 11010000 101010 100000

Color Harmonies of #2F5372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5372

Black with #2F5372

Text Example


Text Example

White with #2F5372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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