Html Css Color HEX #305978 Venice Blue

📋 copy color: '#305978'

red 48 ◦ green 89 ◦ blue 120

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

Shades of Venice Blue #305978

Tints of Venice Blue #305978

RGB

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

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

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

R = 18.68%
G = 34.63%
B = 46.69%

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

#305978 (or 0x305978) is known color: Venice Blue. HEX triplet: 30, 59 and 78. RGB value is (48,89,120). Sum of RGB (Red+Green+Blue) = 48+89+120=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #305978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305978 is #CFA687. Grayscale: #505050. Windows color (decimal): -13608584 or 7887152. OLE color: 7887152.

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

Color convert

RGB 48 89 120 -
CMYK 0.60 0.26 0 0.53
HSL 205.83º 0.43% 0.33% -
HSV(B) 205.83º 0.6% 0.47% -
XYZ 8.18 9.13 19.1 -
YUV 80.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 48 89 120 0.60 0.26 0 0.53 205.83 0.43 0.33
Hex 30 59 78 3C 1A 0 35 CE 2B 21
Octal 60 131 170 74 32 0 65 316 53 41
Binary 110000 1011001 1111000 111100 11010 0 110101 11001110 101011 100001

Color Harmonies of #305978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305978

Black with #305978

Text Example


Text Example

White with #305978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305978; }

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

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

background-color css

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

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

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

border-color css

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

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

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