Html Css Color HEX #2A486D Venice Blue

📋 copy color: '#2A486D'

red 42 ◦ green 72 ◦ blue 109

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

Shades of Venice Blue #2A486D

Tints of Venice Blue #2A486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.29%

 BLUE value IS 109 (42.97% from 255) = 48.88%

R = 18.83%
G = 32.29%
B = 48.88%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2A486D (or 0x2A486D) is known color: Venice Blue. HEX triplet: 2A, 48 and 6D. RGB value is (42,72,109). Sum of RGB (Red+Green+Blue) = 42+72+109=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A486D is #D5B792. Grayscale: #434343. Windows color (decimal): -14006163 or 7161898. OLE color: 7161898.

HSL color Cylindrical-coordinate representation of color #2A486D: hue angle of 213.13º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A486D is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 42 72 109 -
CMYK 0.61 0.34 0 0.57
HSL 213.13º 0.44% 0.3% -
HSV(B) 213.13º 0.61% 0.43% -
XYZ 6.03 6.23 15.35 -
YUV 67.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 42 72 109 0.61 0.34 0 0.57 213.13 0.44 0.3
Hex 2A 48 6D 3D 22 0 39 D5 2C 1E
Octal 52 110 155 75 42 0 71 325 54 36
Binary 101010 1001000 1101101 111101 100010 0 111001 11010101 101100 11110

Color Harmonies of #2A486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A486D

Black with #2A486D

Text Example


Text Example

White with #2A486D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,72,109); }

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

background-color css

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

 a { background-color: rgb(42,72,109); }

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

border-color css

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

 span { border-color: rgb(42,72,109); }

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