Html Css Color HEX #2D5B79 Venice Blue

📋 copy color: '#2D5B79'

red 45 ◦ green 91 ◦ blue 121

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

Shades of Venice Blue #2D5B79

Tints of Venice Blue #2D5B79

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.41%

 BLUE value IS 121 (47.66% from 255) = 47.08%

R = 17.51%
G = 35.41%
B = 47.08%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D5B79 (or 0x2D5B79) is known color: Venice Blue. HEX triplet: 2D, 5B and 79. RGB value is (45,91,121). Sum of RGB (Red+Green+Blue) = 45+91+121=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D5B79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5B79 is #D2A486. Grayscale: #505050. Windows color (decimal): -13804679 or 7953197. OLE color: 7953197.

HSL color Cylindrical-coordinate representation of color #2D5B79: hue angle of 203.68º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D5B79 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 91 121 -
CMYK 0.63 0.25 0 0.53
HSL 203.68º 0.46% 0.33% -
HSV(B) 203.68º 0.63% 0.47% -
XYZ 8.27 9.42 19.47 -
YUV 80.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 45 91 121 0.63 0.25 0 0.53 203.68 0.46 0.33
Hex 2D 5B 79 3F 19 0 35 CC 2E 21
Octal 55 133 171 77 31 0 65 314 56 41
Binary 101101 1011011 1111001 111111 11001 0 110101 11001100 101110 100001

Color Harmonies of #2D5B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5B79

Black with #2D5B79

Text Example


Text Example

White with #2D5B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,91,121); }

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

background-color css

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

 a { background-color: rgb(45,91,121); }

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

border-color css

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

 span { border-color: rgb(45,91,121); }

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