Html Css Color HEX #305773 Venice Blue

📋 copy color: '#305773'

red 48 ◦ green 87 ◦ blue 115

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

Shades of Venice Blue #305773

Tints of Venice Blue #305773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.8%

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

R = 19.2%
G = 34.8%
B = 46%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305773 (or 0x305773) is known color: Venice Blue. HEX triplet: 30, 57 and 73. RGB value is (48,87,115). Sum of RGB (Red+Green+Blue) = 48+87+115=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #305773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305773 is #CFA88C. Grayscale: #4E4E4E. Windows color (decimal): -13609101 or 7558960. OLE color: 7558960.

HSL color Cylindrical-coordinate representation of color #305773: hue angle of 205.07º 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 #305773 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 87 115 -
CMYK 0.58 0.24 0 0.55
HSL 205.07º 0.41% 0.32% -
HSV(B) 205.07º 0.58% 0.45% -
XYZ 7.72 8.68 17.49 -
YUV 78.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 48 87 115 0.58 0.24 0 0.55 205.07 0.41 0.32
Hex 30 57 73 3A 18 0 37 CD 29 20
Octal 60 127 163 72 30 0 67 315 51 40
Binary 110000 1010111 1110011 111010 11000 0 110111 11001101 101001 100000

Color Harmonies of #305773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305773

Black with #305773

Text Example


Text Example

White with #305773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305773; }

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

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

background-color css

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

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

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

border-color css

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

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

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