Html Css Color HEX #2C5274 Venice Blue

📋 copy color: '#2C5274'

red 44 ◦ green 82 ◦ blue 116

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

Shades of Venice Blue #2C5274

Tints of Venice Blue #2C5274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.88%

 BLUE value IS 116 (45.7% from 255) = 47.93%

R = 18.18%
G = 33.88%
B = 47.93%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2C5274 (or 0x2C5274) is known color: Venice Blue. HEX triplet: 2C, 52 and 74. RGB value is (44,82,116). Sum of RGB (Red+Green+Blue) = 44+82+116=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #2C5274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5274 is #D3AD8B. Grayscale: #4A4A4A. Windows color (decimal): -13872524 or 7623212. OLE color: 7623212.

HSL color Cylindrical-coordinate representation of color #2C5274: hue angle of 208.33º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C5274 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 44 82 116 -
CMYK 0.62 0.29 0 0.55
HSL 208.33º 0.45% 0.31% -
HSV(B) 208.33º 0.62% 0.45% -
XYZ 7.21 7.83 17.65 -
YUV 74.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 44 82 116 0.62 0.29 0 0.55 208.33 0.45 0.31
Hex 2C 52 74 3E 1D 0 37 D0 2D 1F
Octal 54 122 164 76 35 0 67 320 55 37
Binary 101100 1010010 1110100 111110 11101 0 110111 11010000 101101 11111

Color Harmonies of #2C5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5274

Black with #2C5274

Text Example


Text Example

White with #2C5274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,82,116); }

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

background-color css

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

 a { background-color: rgb(44,82,116); }

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

border-color css

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

 span { border-color: rgb(44,82,116); }

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