Html Css Color HEX #305472 Venice Blue

📋 copy color: '#305472'

red 48 ◦ green 84 ◦ blue 114

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

Shades of Venice Blue #305472

Tints of Venice Blue #305472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.15%

 BLUE value IS 114 (44.92% from 255) = 46.34%

R = 19.51%
G = 34.15%
B = 46.34%

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

#305472 (or 0x305472) is known color: Venice Blue. HEX triplet: 30, 54 and 72. RGB value is (48,84,114). Sum of RGB (Red+Green+Blue) = 48+84+114=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #305472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305472 is #CFAB8D. Grayscale: #4C4C4C. Windows color (decimal): -13609870 or 7492656. OLE color: 7492656.

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

Color convert

RGB 48 84 114 -
CMYK 0.58 0.26 0 0.55
HSL 207.27º 0.41% 0.32% -
HSV(B) 207.27º 0.58% 0.45% -
XYZ 7.43 8.18 17.11 -
YUV 76.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 48 84 114 0.58 0.26 0 0.55 207.27 0.41 0.32
Hex 30 54 72 3A 1A 0 37 CF 29 20
Octal 60 124 162 72 32 0 67 317 51 40
Binary 110000 1010100 1110010 111010 11010 0 110111 11001111 101001 100000

Color Harmonies of #305472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305472

Black with #305472

Text Example


Text Example

White with #305472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305472; }

 p { color: rgb(48,84,114); }

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

background-color css

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

 a { background-color: rgb(48,84,114); }

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

border-color css

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

 span { border-color: rgb(48,84,114); }

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