Html Css Color HEX #2D597C Venice Blue

📋 copy color: '#2D597C'

red 45 ◦ green 89 ◦ blue 124

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

Shades of Venice Blue #2D597C

Tints of Venice Blue #2D597C

RGB

 RED value IS 45 (17.97% from 255) = 17.44%

 GREEN value IS 89 (35.16% from 255) = 34.5%

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

R = 17.44%
G = 34.5%
B = 48.06%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2D597C (or 0x2D597C) is known color: Venice Blue. HEX triplet: 2D, 59 and 7C. RGB value is (45,89,124). Sum of RGB (Red+Green+Blue) = 45+89+124=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D597C is #D2A683. Grayscale: #4F4F4F. Windows color (decimal): -13805188 or 8149293. OLE color: 8149293.

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

Color convert

RGB 45 89 124 -
CMYK 0.64 0.28 0 0.51
HSL 206.58º 0.47% 0.33% -
HSV(B) 206.58º 0.64% 0.49% -
XYZ 8.29 9.16 20.4 -
YUV 79.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 45 89 124 0.64 0.28 0 0.51 206.58 0.47 0.33
Hex 2D 59 7C 40 1C 0 33 CF 2F 21
Octal 55 131 174 100 34 0 63 317 57 41
Binary 101101 1011001 1111100 1000000 11100 0 110011 11001111 101111 100001

Color Harmonies of #2D597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D597C

Black with #2D597C

Text Example


Text Example

White with #2D597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,89,124); }

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

background-color css

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

 a { background-color: rgb(45,89,124); }

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

border-color css

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

 span { border-color: rgb(45,89,124); }

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