Html Css Color HEX #305C79 Venice Blue

📋 copy color: '#305C79'

red 48 ◦ green 92 ◦ blue 121

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

Shades of Venice Blue #305C79

Tints of Venice Blue #305C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.36%

R = 18.39%
G = 35.25%
B = 46.36%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#305C79 (or 0x305C79) is known color: Venice Blue. HEX triplet: 30, 5C and 79. RGB value is (48,92,121). Sum of RGB (Red+Green+Blue) = 48+92+121=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #305C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C79 is #CFA386. Grayscale: #515151. Windows color (decimal): -13607815 or 7953456. OLE color: 7953456.

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

Color convert

RGB 48 92 121 -
CMYK 0.60 0.24 0 0.53
HSL 203.84º 0.43% 0.33% -
HSV(B) 203.84º 0.6% 0.47% -
XYZ 8.5 9.66 19.51 -
YUV 82.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 48 92 121 0.60 0.24 0 0.53 203.84 0.43 0.33
Hex 30 5C 79 3C 18 0 35 CC 2B 21
Octal 60 134 171 74 30 0 65 314 53 41
Binary 110000 1011100 1111001 111100 11000 0 110101 11001100 101011 100001

Color Harmonies of #305C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305C79

Black with #305C79

Text Example


Text Example

White with #305C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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