Html Css Color HEX #2E607D Venice Blue

📋 copy color: '#2E607D'

red 46 ◦ green 96 ◦ blue 125

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

Shades of Venice Blue #2E607D

Tints of Venice Blue #2E607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.96%

 BLUE value IS 125 (49.22% from 255) = 46.82%

R = 17.23%
G = 35.96%
B = 46.82%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E607D (or 0x2E607D) is known color: Venice Blue. HEX triplet: 2E, 60 and 7D. RGB value is (46,96,125). Sum of RGB (Red+Green+Blue) = 46+96+125=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E607D is #D19F82. Grayscale: #545454. Windows color (decimal): -13737859 or 8216622. OLE color: 8216622.

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

Color convert

RGB 46 96 125 -
CMYK 0.63 0.23 0 0.51
HSL 202.03º 0.46% 0.34% -
HSV(B) 202.03º 0.63% 0.49% -
XYZ 9.01 10.43 20.94 -
YUV 84.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 46 96 125 0.63 0.23 0 0.51 202.03 0.46 0.34
Hex 2E 60 7D 3F 17 0 33 CA 2E 22
Octal 56 140 175 77 27 0 63 312 56 42
Binary 101110 1100000 1111101 111111 10111 0 110011 11001010 101110 100010

Color Harmonies of #2E607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E607D

Black with #2E607D

Text Example


Text Example

White with #2E607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,96,125); }

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

background-color css

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

 a { background-color: rgb(46,96,125); }

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

border-color css

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

 span { border-color: rgb(46,96,125); }

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