Html Css Color HEX #305877 Venice Blue

📋 copy color: '#305877'

red 48 ◦ green 88 ◦ blue 119

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

Shades of Venice Blue #305877

Tints of Venice Blue #305877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.51%

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

R = 18.82%
G = 34.51%
B = 46.67%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#305877 (or 0x305877) is known color: Venice Blue. HEX triplet: 30, 58 and 77. RGB value is (48,88,119). Sum of RGB (Red+Green+Blue) = 48+88+119=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #305877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305877 is #CFA788. Grayscale: #4F4F4F. Windows color (decimal): -13608841 or 7821360. OLE color: 7821360.

HSL color Cylindrical-coordinate representation of color #305877: hue angle of 206.2º 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 #305877 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 88 119 -
CMYK 0.60 0.26 0 0.53
HSL 206.2º 0.43% 0.33% -
HSV(B) 206.2º 0.6% 0.47% -
XYZ 8.04 8.94 18.75 -
YUV 79.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 48 88 119 0.60 0.26 0 0.53 206.2 0.43 0.33
Hex 30 58 77 3C 1A 0 35 CE 2B 21
Octal 60 130 167 74 32 0 65 316 53 41
Binary 110000 1011000 1110111 111100 11010 0 110101 11001110 101011 100001

Color Harmonies of #305877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305877

Black with #305877

Text Example


Text Example

White with #305877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305877; }

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

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

background-color css

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

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

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

border-color css

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

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

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