Html Css Color HEX #305574 Venice Blue

📋 copy color: '#305574'

red 48 ◦ green 85 ◦ blue 116

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

Shades of Venice Blue #305574

Tints of Venice Blue #305574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.59%

R = 19.28%
G = 34.14%
B = 46.59%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305574 (or 0x305574) is known color: Venice Blue. HEX triplet: 30, 55 and 74. RGB value is (48,85,116). Sum of RGB (Red+Green+Blue) = 48+85+116=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #305574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305574 is #CFAA8B. Grayscale: #4D4D4D. Windows color (decimal): -13609612 or 7623984. OLE color: 7623984.

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

Color convert

RGB 48 85 116 -
CMYK 0.59 0.27 0 0.55
HSL 207.35º 0.41% 0.32% -
HSV(B) 207.35º 0.59% 0.45% -
XYZ 7.62 8.39 17.74 -
YUV 77.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 48 85 116 0.59 0.27 0 0.55 207.35 0.41 0.32
Hex 30 55 74 3B 1B 0 37 CF 29 20
Octal 60 125 164 73 33 0 67 317 51 40
Binary 110000 1010101 1110100 111011 11011 0 110111 11001111 101001 100000

Color Harmonies of #305574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305574

Black with #305574

Text Example


Text Example

White with #305574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305574; }

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

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

background-color css

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

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

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

border-color css

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

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

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