Html Css Color HEX #305C78 Venice Blue

📋 copy color: '#305C78'

red 48 ◦ green 92 ◦ blue 120

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

Shades of Venice Blue #305C78

Tints of Venice Blue #305C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.38%

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

R = 18.46%
G = 35.38%
B = 46.15%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#305C78 (or 0x305C78) is known color: Venice Blue. HEX triplet: 30, 5C and 78. RGB value is (48,92,120). Sum of RGB (Red+Green+Blue) = 48+92+120=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #305C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C78 is #CFA387. Grayscale: #515151. Windows color (decimal): -13607816 or 7887920. OLE color: 7887920.

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

Color convert

RGB 48 92 120 -
CMYK 0.60 0.23 0 0.53
HSL 203.33º 0.43% 0.33% -
HSV(B) 203.33º 0.6% 0.47% -
XYZ 8.44 9.64 19.19 -
YUV 82.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 48 92 120 0.60 0.23 0 0.53 203.33 0.43 0.33
Hex 30 5C 78 3C 17 0 35 CB 2B 21
Octal 60 134 170 74 27 0 65 313 53 41
Binary 110000 1011100 1111000 111100 10111 0 110101 11001011 101011 100001

Color Harmonies of #305C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305C78

Black with #305C78

Text Example


Text Example

White with #305C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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