Html Css Color HEX #2C5370 Venice Blue

📋 copy color: '#2C5370'

red 44 ◦ green 83 ◦ blue 112

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

Shades of Venice Blue #2C5370

Tints of Venice Blue #2C5370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.73%

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

R = 18.41%
G = 34.73%
B = 46.86%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2C5370 (or 0x2C5370) is known color: Venice Blue. HEX triplet: 2C, 53 and 70. RGB value is (44,83,112). Sum of RGB (Red+Green+Blue) = 44+83+112=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #2C5370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5370 is #D3AC8F. Grayscale: #4A4A4A. Windows color (decimal): -13872272 or 7361324. OLE color: 7361324.

HSL color Cylindrical-coordinate representation of color #2C5370: hue angle of 205.59º 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 #2C5370 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 44 83 112 -
CMYK 0.61 0.26 0 0.56
HSL 205.59º 0.44% 0.31% -
HSV(B) 205.59º 0.61% 0.44% -
XYZ 7.06 7.89 16.48 -
YUV 74.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 44 83 112 0.61 0.26 0 0.56 205.59 0.44 0.31
Hex 2C 53 70 3D 1A 0 38 CE 2C 1F
Octal 54 123 160 75 32 0 70 316 54 37
Binary 101100 1010011 1110000 111101 11010 0 111000 11001110 101100 11111

Color Harmonies of #2C5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5370

Black with #2C5370

Text Example


Text Example

White with #2C5370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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