Html Css Color HEX #305573 Venice Blue

📋 copy color: '#305573'

red 48 ◦ green 85 ◦ blue 115

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

Shades of Venice Blue #305573

Tints of Venice Blue #305573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.27%

 BLUE value IS 115 (45.31% from 255) = 46.37%

R = 19.35%
G = 34.27%
B = 46.37%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305573 (or 0x305573) is known color: Venice Blue. HEX triplet: 30, 55 and 73. RGB value is (48,85,115). Sum of RGB (Red+Green+Blue) = 48+85+115=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #305573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305573 is #CFAA8C. Grayscale: #4D4D4D. Windows color (decimal): -13609613 or 7558448. OLE color: 7558448.

HSL color Cylindrical-coordinate representation of color #305573: hue angle of 206.87º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305573 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 85 115 -
CMYK 0.58 0.26 0 0.55
HSL 206.87º 0.41% 0.32% -
HSV(B) 206.87º 0.58% 0.45% -
XYZ 7.56 8.36 17.44 -
YUV 77.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 48 85 115 0.58 0.26 0 0.55 206.87 0.41 0.32
Hex 30 55 73 3A 1A 0 37 CF 29 20
Octal 60 125 163 72 32 0 67 317 51 40
Binary 110000 1010101 1110011 111010 11010 0 110111 11001111 101001 100000

Color Harmonies of #305573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305573

Black with #305573

Text Example


Text Example

White with #305573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305573; }

 p { color: rgb(48,85,115); }

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

background-color css

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

 a { background-color: rgb(48,85,115); }

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

border-color css

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

 span { border-color: rgb(48,85,115); }

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