Html Css Color HEX #305778 Venice Blue

📋 copy color: '#305778'

red 48 ◦ green 87 ◦ blue 120

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

Shades of Venice Blue #305778

Tints of Venice Blue #305778

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.12%

 BLUE value IS 120 (47.27% from 255) = 47.06%

R = 18.82%
G = 34.12%
B = 47.06%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#305778 (or 0x305778) is known color: Venice Blue. HEX triplet: 30, 57 and 78. RGB value is (48,87,120). Sum of RGB (Red+Green+Blue) = 48+87+120=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #305778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305778 is #CFA887. Grayscale: #4E4E4E. Windows color (decimal): -13609096 or 7886640. OLE color: 7886640.

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

Color convert

RGB 48 87 120 -
CMYK 0.60 0.28 0 0.53
HSL 207.5º 0.43% 0.33% -
HSV(B) 207.5º 0.6% 0.47% -
XYZ 8.02 8.8 19.05 -
YUV 79.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 48 87 120 0.60 0.28 0 0.53 207.5 0.43 0.33
Hex 30 57 78 3C 1C 0 35 D0 2B 21
Octal 60 127 170 74 34 0 65 320 53 41
Binary 110000 1010111 1111000 111100 11100 0 110101 11010000 101011 100001

Color Harmonies of #305778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305778

Black with #305778

Text Example


Text Example

White with #305778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305778; }

 p { color: rgb(48,87,120); }

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

background-color css

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

 a { background-color: rgb(48,87,120); }

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

border-color css

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

 span { border-color: rgb(48,87,120); }

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