Html Css Color HEX #305874 Venice Blue

📋 copy color: '#305874'

red 48 ◦ green 88 ◦ blue 116

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

Shades of Venice Blue #305874

Tints of Venice Blue #305874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.92%

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

R = 19.05%
G = 34.92%
B = 46.03%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305874 (or 0x305874) is known color: Venice Blue. HEX triplet: 30, 58 and 74. RGB value is (48,88,116). Sum of RGB (Red+Green+Blue) = 48+88+116=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #305874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305874 is #CFA78B. Grayscale: #4F4F4F. Windows color (decimal): -13608844 or 7624752. OLE color: 7624752.

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

Color convert

RGB 48 88 116 -
CMYK 0.59 0.24 0 0.55
HSL 204.71º 0.41% 0.32% -
HSV(B) 204.71º 0.59% 0.45% -
XYZ 7.86 8.87 17.82 -
YUV 79.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 48 88 116 0.59 0.24 0 0.55 204.71 0.41 0.32
Hex 30 58 74 3B 18 0 37 CD 29 20
Octal 60 130 164 73 30 0 67 315 51 40
Binary 110000 1011000 1110100 111011 11000 0 110111 11001101 101001 100000

Color Harmonies of #305874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305874

Black with #305874

Text Example


Text Example

White with #305874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305874; }

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

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

background-color css

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

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

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

border-color css

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

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

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