Html Css Color HEX #2C517A Venice Blue

📋 copy color: '#2C517A'

red 44 ◦ green 81 ◦ blue 122

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

Shades of Venice Blue #2C517A

Tints of Venice Blue #2C517A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

 BLUE value IS 122 (48.05% from 255) = 49.39%

R = 17.81%
G = 32.79%
B = 49.39%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2C517A (or 0x2C517A) is known color: Venice Blue. HEX triplet: 2C, 51 and 7A. RGB value is (44,81,122). Sum of RGB (Red+Green+Blue) = 44+81+122=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #2C517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C517A is #D3AE85. Grayscale: #4A4A4A. Windows color (decimal): -13872774 or 8016172. OLE color: 8016172.

HSL color Cylindrical-coordinate representation of color #2C517A: hue angle of 211.54º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C517A is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 44 81 122 -
CMYK 0.64 0.34 0 0.52
HSL 211.54º 0.47% 0.33% -
HSV(B) 211.54º 0.64% 0.48% -
XYZ 7.49 7.83 19.53 -
YUV 74.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 44 81 122 0.64 0.34 0 0.52 211.54 0.47 0.33
Hex 2C 51 7A 40 22 0 34 D4 2F 21
Octal 54 121 172 100 42 0 64 324 57 41
Binary 101100 1010001 1111010 1000000 100010 0 110100 11010100 101111 100001

Color Harmonies of #2C517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C517A

Black with #2C517A

Text Example


Text Example

White with #2C517A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,81,122); }

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

background-color css

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

 a { background-color: rgb(44,81,122); }

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

border-color css

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

 span { border-color: rgb(44,81,122); }

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