Html Css Color HEX #2C496C Venice Blue

📋 copy color: '#2C496C'

red 44 ◦ green 73 ◦ blue 108

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

Shades of Venice Blue #2C496C

Tints of Venice Blue #2C496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48%

R = 19.56%
G = 32.44%
B = 48%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2C496C (or 0x2C496C) is known color: Venice Blue. HEX triplet: 2C, 49 and 6C. RGB value is (44,73,108). Sum of RGB (Red+Green+Blue) = 44+73+108=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C496C is #D3B693. Grayscale: #444444. Windows color (decimal): -13874836 or 7096620. OLE color: 7096620.

HSL color Cylindrical-coordinate representation of color #2C496C: hue angle of 212.81º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C496C is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 44 73 108 -
CMYK 0.59 0.32 0 0.58
HSL 212.81º 0.42% 0.3% -
HSV(B) 212.81º 0.59% 0.42% -
XYZ 6.13 6.38 15.1 -
YUV 68.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 44 73 108 0.59 0.32 0 0.58 212.81 0.42 0.3
Hex 2C 49 6C 3B 20 0 3A D5 2A 1E
Octal 54 111 154 73 40 0 72 325 52 36
Binary 101100 1001001 1101100 111011 100000 0 111010 11010101 101010 11110

Color Harmonies of #2C496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C496C

Black with #2C496C

Text Example


Text Example

White with #2C496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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