Html Css Color HEX #2A4A6C Venice Blue

📋 copy color: '#2A4A6C'

red 42 ◦ green 74 ◦ blue 108

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

Shades of Venice Blue #2A4A6C

Tints of Venice Blue #2A4A6C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.04%

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

R = 18.75%
G = 33.04%
B = 48.21%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2A4A6C (or 0x2A4A6C) is known color: Venice Blue. HEX triplet: 2A, 4A and 6C. RGB value is (42,74,108). Sum of RGB (Red+Green+Blue) = 42+74+108=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A4A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4A6C is #D5B593. Grayscale: #444444. Windows color (decimal): -14005652 or 7096874. OLE color: 7096874.

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

Color convert

RGB 42 74 108 -
CMYK 0.61 0.31 0 0.58
HSL 210.91º 0.44% 0.29% -
HSV(B) 210.91º 0.61% 0.42% -
XYZ 6.11 6.47 15.11 -
YUV 68.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 42 74 108 0.61 0.31 0 0.58 210.91 0.44 0.29
Hex 2A 4A 6C 3D 1F 0 3A D3 2C 1D
Octal 52 112 154 75 37 0 72 323 54 35
Binary 101010 1001010 1101100 111101 11111 0 111010 11010011 101100 11101

Color Harmonies of #2A4A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4A6C

Black with #2A4A6C

Text Example


Text Example

White with #2A4A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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