Html Css Color HEX #305577 Venice Blue

📋 copy color: '#305577'

red 48 ◦ green 85 ◦ blue 119

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

Shades of Venice Blue #305577

Tints of Venice Blue #305577

RGB

 RED value IS 48 (19.14% from 255) = 19.05%

 GREEN value IS 85 (33.59% from 255) = 33.73%

 BLUE value IS 119 (46.88% from 255) = 47.22%

R = 19.05%
G = 33.73%
B = 47.22%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#305577 (or 0x305577) is known color: Venice Blue. HEX triplet: 30, 55 and 77. RGB value is (48,85,119). Sum of RGB (Red+Green+Blue) = 48+85+119=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #305577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305577 is #CFAA88. Grayscale: #4D4D4D. Windows color (decimal): -13609609 or 7820592. OLE color: 7820592.

HSL color Cylindrical-coordinate representation of color #305577: hue angle of 208.73º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #305577 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 85 119 -
CMYK 0.60 0.29 0 0.53
HSL 208.73º 0.43% 0.33% -
HSV(B) 208.73º 0.6% 0.47% -
XYZ 7.8 8.46 18.67 -
YUV 77.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 48 85 119 0.60 0.29 0 0.53 208.73 0.43 0.33
Hex 30 55 77 3C 1D 0 35 D1 2B 21
Octal 60 125 167 74 35 0 65 321 53 41
Binary 110000 1010101 1110111 111100 11101 0 110101 11010001 101011 100001

Color Harmonies of #305577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305577

Black with #305577

Text Example


Text Example

White with #305577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305577; }

 p { color: rgb(48,85,119); }

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

background-color css

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

 a { background-color: rgb(48,85,119); }

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

border-color css

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

 span { border-color: rgb(48,85,119); }

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