Html Css Color HEX #2A527B Venice Blue

📋 copy color: '#2A527B'

red 42 ◦ green 82 ◦ blue 123

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

Shades of Venice Blue #2A527B

Tints of Venice Blue #2A527B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

 BLUE value IS 123 (48.44% from 255) = 49.8%

R = 17%
G = 33.2%
B = 49.8%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2A527B (or 0x2A527B) is known color: Venice Blue. HEX triplet: 2A, 52 and 7B. RGB value is (42,82,123). Sum of RGB (Red+Green+Blue) = 42+82+123=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A527B is #D5AD84. Grayscale: #4A4A4A. Windows color (decimal): -14003589 or 8081962. OLE color: 8081962.

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

Color convert

RGB 42 82 123 -
CMYK 0.66 0.33 0 0.52
HSL 210.37º 0.49% 0.32% -
HSV(B) 210.37º 0.66% 0.48% -
XYZ 7.55 7.96 19.88 -
YUV 74.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 42 82 123 0.66 0.33 0 0.52 210.37 0.49 0.32
Hex 2A 52 7B 42 21 0 34 D2 31 20
Octal 52 122 173 102 41 0 64 322 61 40
Binary 101010 1010010 1111011 1000010 100001 0 110100 11010010 110001 100000

Color Harmonies of #2A527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A527B

Black with #2A527B

Text Example


Text Example

White with #2A527B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,82,123); }

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

background-color css

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

 a { background-color: rgb(42,82,123); }

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

border-color css

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

 span { border-color: rgb(42,82,123); }

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