Html Css Color HEX #2C5075 Venice Blue

📋 copy color: '#2C5075'

red 44 ◦ green 80 ◦ blue 117

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

Shades of Venice Blue #2C5075

Tints of Venice Blue #2C5075

RGB

 RED value IS 44 (17.58% from 255) = 18.26%

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

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

R = 18.26%
G = 33.2%
B = 48.55%

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

#2C5075 (or 0x2C5075) is known color: Venice Blue. HEX triplet: 2C, 50 and 75. RGB value is (44,80,117). Sum of RGB (Red+Green+Blue) = 44+80+117=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #2C5075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5075 is #D3AF8A. Grayscale: #494949. Windows color (decimal): -13873035 or 7688236. OLE color: 7688236.

HSL color Cylindrical-coordinate representation of color #2C5075: hue angle of 210.41º degrees, saturation: 0.45, 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 #2C5075 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 44 80 117 -
CMYK 0.62 0.32 0 0.54
HSL 210.41º 0.45% 0.32% -
HSV(B) 210.41º 0.62% 0.46% -
XYZ 7.12 7.56 17.91 -
YUV 73.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 44 80 117 0.62 0.32 0 0.54 210.41 0.45 0.32
Hex 2C 50 75 3E 20 0 36 D2 2D 20
Octal 54 120 165 76 40 0 66 322 55 40
Binary 101100 1010000 1110101 111110 100000 0 110110 11010010 101101 100000

Color Harmonies of #2C5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5075

Black with #2C5075

Text Example


Text Example

White with #2C5075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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