Html Css Color HEX #305674 Venice Blue

📋 copy color: '#305674'

red 48 ◦ green 86 ◦ blue 116

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

Shades of Venice Blue #305674

Tints of Venice Blue #305674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.4%

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

R = 19.2%
G = 34.4%
B = 46.4%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305674 (or 0x305674) is known color: Venice Blue. HEX triplet: 30, 56 and 74. RGB value is (48,86,116). Sum of RGB (Red+Green+Blue) = 48+86+116=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #305674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305674 is #CFA98B. Grayscale: #4D4D4D. Windows color (decimal): -13609356 or 7624240. OLE color: 7624240.

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

Color convert

RGB 48 86 116 -
CMYK 0.59 0.26 0 0.55
HSL 206.47º 0.41% 0.32% -
HSV(B) 206.47º 0.59% 0.45% -
XYZ 7.7 8.54 17.77 -
YUV 78.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 48 86 116 0.59 0.26 0 0.55 206.47 0.41 0.32
Hex 30 56 74 3B 1A 0 37 CE 29 20
Octal 60 126 164 73 32 0 67 316 51 40
Binary 110000 1010110 1110100 111011 11010 0 110111 11001110 101001 100000

Color Harmonies of #305674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305674

Black with #305674

Text Example


Text Example

White with #305674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305674; }

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

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

background-color css

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

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

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

border-color css

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

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

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