Html Css Color HEX #2D5075 Venice Blue

📋 copy color: '#2D5075'

red 45 ◦ green 80 ◦ blue 117

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

Shades of Venice Blue #2D5075

Tints of Venice Blue #2D5075

RGB

 RED value IS 45 (17.97% from 255) = 18.6%

 GREEN value IS 80 (31.64% from 255) = 33.06%

 BLUE value IS 117 (46.09% from 255) = 48.35%

R = 18.6%
G = 33.06%
B = 48.35%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2D5075 (or 0x2D5075) is known color: Venice Blue. HEX triplet: 2D, 50 and 75. RGB value is (45,80,117). Sum of RGB (Red+Green+Blue) = 45+80+117=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D5075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5075 is #D2AF8A. Grayscale: #494949. Windows color (decimal): -13807499 or 7688237. OLE color: 7688237.

HSL color Cylindrical-coordinate representation of color #2D5075: hue angle of 210.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D5075 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 45 80 117 -
CMYK 0.62 0.32 0 0.54
HSL 210.83º 0.44% 0.32% -
HSV(B) 210.83º 0.62% 0.46% -
XYZ 7.16 7.58 17.92 -
YUV 73.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 45 80 117 0.62 0.32 0 0.54 210.83 0.44 0.32
Hex 2D 50 75 3E 20 0 36 D3 2C 20
Octal 55 120 165 76 40 0 66 323 54 40
Binary 101101 1010000 1110101 111110 100000 0 110110 11010011 101100 100000

Color Harmonies of #2D5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5075

Black with #2D5075

Text Example


Text Example

White with #2D5075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,80,117); }

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

background-color css

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

 a { background-color: rgb(45,80,117); }

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

border-color css

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

 span { border-color: rgb(45,80,117); }

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