Html Css Color HEX #2C4E75 Venice Blue

📋 copy color: '#2C4E75'

red 44 ◦ green 78 ◦ blue 117

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

Shades of Venice Blue #2C4E75

Tints of Venice Blue #2C4E75

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.64%

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

R = 18.41%
G = 32.64%
B = 48.95%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2C4E75 (or 0x2C4E75) is known color: Venice Blue. HEX triplet: 2C, 4E and 75. RGB value is (44,78,117). Sum of RGB (Red+Green+Blue) = 44+78+117=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #2C4E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C4E75 is #D3B18A. Grayscale: #484848. Windows color (decimal): -13873547 or 7687724. OLE color: 7687724.

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

Color convert

RGB 44 78 117 -
CMYK 0.62 0.33 0 0.54
HSL 212.05º 0.45% 0.32% -
HSV(B) 212.05º 0.62% 0.46% -
XYZ 6.97 7.27 17.87 -
YUV 72.28 153.24 107.83 -
System Red Green Blue C M Y K H S L
Decimal 44 78 117 0.62 0.33 0 0.54 212.05 0.45 0.32
Hex 2C 4E 75 3E 21 0 36 D4 2D 20
Octal 54 116 165 76 41 0 66 324 55 40
Binary 101100 1001110 1110101 111110 100001 0 110110 11010100 101101 100000

Color Harmonies of #2C4E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4E75

Black with #2C4E75

Text Example


Text Example

White with #2C4E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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