Html Css Color HEX #2A486C Venice Blue

📋 copy color: '#2A486C'

red 42 ◦ green 72 ◦ blue 108

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

Shades of Venice Blue #2A486C

Tints of Venice Blue #2A486C

RGB

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

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

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

R = 18.92%
G = 32.43%
B = 48.65%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2A486C (or 0x2A486C) is known color: Venice Blue. HEX triplet: 2A, 48 and 6C. RGB value is (42,72,108). Sum of RGB (Red+Green+Blue) = 42+72+108=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A486C is #D5B793. Grayscale: #424242. Windows color (decimal): -14006164 or 7096362. OLE color: 7096362.

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

Color convert

RGB 42 72 108 -
CMYK 0.61 0.33 0 0.58
HSL 212.73º 0.44% 0.29% -
HSV(B) 212.73º 0.61% 0.42% -
XYZ 5.98 6.21 15.07 -
YUV 67.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 42 72 108 0.61 0.33 0 0.58 212.73 0.44 0.29
Hex 2A 48 6C 3D 21 0 3A D5 2C 1D
Octal 52 110 154 75 41 0 72 325 54 35
Binary 101010 1001000 1101100 111101 100001 0 111010 11010101 101100 11101

Color Harmonies of #2A486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A486C

Black with #2A486C

Text Example


Text Example

White with #2A486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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