Html Css Color HEX #2C4970 Venice Blue

📋 copy color: '#2C4970'

red 44 ◦ green 73 ◦ blue 112

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

Shades of Venice Blue #2C4970

Tints of Venice Blue #2C4970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.88%

 BLUE value IS 112 (44.14% from 255) = 48.91%

R = 19.21%
G = 31.88%
B = 48.91%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2C4970 (or 0x2C4970) is known color: Venice Blue. HEX triplet: 2C, 49 and 70. RGB value is (44,73,112). Sum of RGB (Red+Green+Blue) = 44+73+112=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #2C4970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4970 is #D3B68F. Grayscale: #444444. Windows color (decimal): -13874832 or 7358764. OLE color: 7358764.

HSL color Cylindrical-coordinate representation of color #2C4970: hue angle of 214.41º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C4970 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 44 73 112 -
CMYK 0.61 0.35 0 0.56
HSL 214.41º 0.44% 0.31% -
HSV(B) 214.41º 0.61% 0.44% -
XYZ 6.35 6.47 16.24 -
YUV 68.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 44 73 112 0.61 0.35 0 0.56 214.41 0.44 0.31
Hex 2C 49 70 3D 23 0 38 D6 2C 1F
Octal 54 111 160 75 43 0 70 326 54 37
Binary 101100 1001001 1110000 111101 100011 0 111000 11010110 101100 11111

Color Harmonies of #2C4970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4970

Black with #2C4970

Text Example


Text Example

White with #2C4970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,73,112); }

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

background-color css

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

 a { background-color: rgb(44,73,112); }

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

border-color css

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

 span { border-color: rgb(44,73,112); }

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