Html Css Color HEX #2A5A7C Venice Blue

📋 copy color: '#2A5A7C'

red 42 ◦ green 90 ◦ blue 124

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

Shades of Venice Blue #2A5A7C

Tints of Venice Blue #2A5A7C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 16.41%
G = 35.16%
B = 48.44%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2A5A7C (or 0x2A5A7C) is known color: Venice Blue. HEX triplet: 2A, 5A and 7C. RGB value is (42,90,124). Sum of RGB (Red+Green+Blue) = 42+90+124=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A5A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5A7C is #D5A583. Grayscale: #4F4F4F. Windows color (decimal): -14001540 or 8149546. OLE color: 8149546.

HSL color Cylindrical-coordinate representation of color #2A5A7C: hue angle of 204.88º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A5A7C is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 42 90 124 -
CMYK 0.66 0.27 0 0.51
HSL 204.88º 0.49% 0.33% -
HSV(B) 204.88º 0.66% 0.49% -
XYZ 8.25 9.26 20.42 -
YUV 79.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 42 90 124 0.66 0.27 0 0.51 204.88 0.49 0.33
Hex 2A 5A 7C 42 1B 0 33 CD 31 21
Octal 52 132 174 102 33 0 63 315 61 41
Binary 101010 1011010 1111100 1000010 11011 0 110011 11001101 110001 100001

Color Harmonies of #2A5A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5A7C

Black with #2A5A7C

Text Example


Text Example

White with #2A5A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,90,124); }

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

background-color css

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

 a { background-color: rgb(42,90,124); }

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

border-color css

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

 span { border-color: rgb(42,90,124); }

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