Html Css Color HEX #305478 Venice Blue

📋 copy color: '#305478'

red 48 ◦ green 84 ◦ blue 120

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

Shades of Venice Blue #305478

Tints of Venice Blue #305478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.33%

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

R = 19.05%
G = 33.33%
B = 47.62%

CMYK

 C value IS 0.60

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#305478 (or 0x305478) is known color: Venice Blue. HEX triplet: 30, 54 and 78. RGB value is (48,84,120). Sum of RGB (Red+Green+Blue) = 48+84+120=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #305478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305478 is #CFAB87. Grayscale: #4D4D4D. Windows color (decimal): -13609864 or 7885872. OLE color: 7885872.

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

Color convert

RGB 48 84 120 -
CMYK 0.60 0.3 0 0.53
HSL 210º 0.43% 0.33% -
HSV(B) 210º 0.6% 0.47% -
XYZ 7.78 8.33 18.97 -
YUV 77.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 48 84 120 0.60 0.3 0 0.53 210 0.43 0.33
Hex 30 54 78 3C 1E 0 35 D2 2B 21
Octal 60 124 170 74 36 0 65 322 53 41
Binary 110000 1010100 1111000 111100 11110 0 110101 11010010 101011 100001

Color Harmonies of #305478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305478

Black with #305478

Text Example


Text Example

White with #305478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305478; }

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

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

background-color css

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

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

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

border-color css

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

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

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