Html Css Color HEX #2E547C Venice Blue

📋 copy color: '#2E547C'

red 46 ◦ green 84 ◦ blue 124

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

Shades of Venice Blue #2E547C

Tints of Venice Blue #2E547C

RGB

 RED value IS 46 (18.36% from 255) = 18.11%

 GREEN value IS 84 (33.2% from 255) = 33.07%

 BLUE value IS 124 (48.83% from 255) = 48.82%

R = 18.11%
G = 33.07%
B = 48.82%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E547C (or 0x2E547C) is known color: Venice Blue. HEX triplet: 2E, 54 and 7C. RGB value is (46,84,124). Sum of RGB (Red+Green+Blue) = 46+84+124=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E547C is #D1AB83. Grayscale: #4D4D4D. Windows color (decimal): -13740932 or 8148014. OLE color: 8148014.

HSL color Cylindrical-coordinate representation of color #2E547C: hue angle of 210.77º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E547C is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 84 124 -
CMYK 0.63 0.32 0 0.51
HSL 210.77º 0.46% 0.33% -
HSV(B) 210.77º 0.63% 0.49% -
XYZ 7.94 8.38 20.27 -
YUV 77.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 46 84 124 0.63 0.32 0 0.51 210.77 0.46 0.33
Hex 2E 54 7C 3F 20 0 33 D3 2E 21
Octal 56 124 174 77 40 0 63 323 56 41
Binary 101110 1010100 1111100 111111 100000 0 110011 11010011 101110 100001

Color Harmonies of #2E547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E547C

Black with #2E547C

Text Example


Text Example

White with #2E547C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,84,124); }

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

background-color css

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

 a { background-color: rgb(46,84,124); }

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

border-color css

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

 span { border-color: rgb(46,84,124); }

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