Html Css Color HEX #2A4C6C Venice Blue

📋 copy color: '#2A4C6C'

red 42 ◦ green 76 ◦ blue 108

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

Shades of Venice Blue #2A4C6C

Tints of Venice Blue #2A4C6C

RGB

 RED value IS 42 (16.8% from 255) = 18.58%

 GREEN value IS 76 (30.08% from 255) = 33.63%

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

R = 18.58%
G = 33.63%
B = 47.79%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2A4C6C (or 0x2A4C6C) is known color: Venice Blue. HEX triplet: 2A, 4C and 6C. RGB value is (42,76,108). Sum of RGB (Red+Green+Blue) = 42+76+108=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A4C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4C6C is #D5B393. Grayscale: #454545. Windows color (decimal): -14005140 or 7097386. OLE color: 7097386.

HSL color Cylindrical-coordinate representation of color #2A4C6C: hue angle of 209.09º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A4C6C is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 42 76 108 -
CMYK 0.61 0.30 0 0.58
HSL 209.09º 0.44% 0.29% -
HSV(B) 209.09º 0.61% 0.42% -
XYZ 6.25 6.74 15.16 -
YUV 69.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 42 76 108 0.61 0.30 0 0.58 209.09 0.44 0.29
Hex 2A 4C 6C 3D 1E 0 3A D1 2C 1D
Octal 52 114 154 75 36 0 72 321 54 35
Binary 101010 1001100 1101100 111101 11110 0 111010 11010001 101100 11101

Color Harmonies of #2A4C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4C6C

Black with #2A4C6C

Text Example


Text Example

White with #2A4C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,76,108); }

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

background-color css

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

 a { background-color: rgb(42,76,108); }

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

border-color css

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

 span { border-color: rgb(42,76,108); }

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