Html Css Color HEX #305379 Venice Blue

📋 copy color: '#305379'

red 48 ◦ green 83 ◦ blue 121

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

Shades of Venice Blue #305379

Tints of Venice Blue #305379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

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

R = 19.05%
G = 32.94%
B = 48.02%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#305379 (or 0x305379) is known color: Venice Blue. HEX triplet: 30, 53 and 79. RGB value is (48,83,121). Sum of RGB (Red+Green+Blue) = 48+83+121=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #305379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305379 is #CFAC86. Grayscale: #4C4C4C. Windows color (decimal): -13610119 or 7951152. OLE color: 7951152.

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

Color convert

RGB 48 83 121 -
CMYK 0.60 0.31 0 0.53
HSL 211.23º 0.43% 0.33% -
HSV(B) 211.23º 0.6% 0.47% -
XYZ 7.76 8.2 19.26 -
YUV 76.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 48 83 121 0.60 0.31 0 0.53 211.23 0.43 0.33
Hex 30 53 79 3C 1F 0 35 D3 2B 21
Octal 60 123 171 74 37 0 65 323 53 41
Binary 110000 1010011 1111001 111100 11111 0 110101 11010011 101011 100001

Color Harmonies of #305379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305379

Black with #305379

Text Example


Text Example

White with #305379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305379; }

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

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

background-color css

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

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

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

border-color css

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

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

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