Html Css Color HEX #305572 Venice Blue

📋 copy color: '#305572'

red 48 ◦ green 85 ◦ blue 114

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

Shades of Venice Blue #305572

Tints of Venice Blue #305572

RGB

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

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

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

R = 19.43%
G = 34.41%
B = 46.15%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305572 (or 0x305572) is known color: Venice Blue. HEX triplet: 30, 55 and 72. RGB value is (48,85,114). Sum of RGB (Red+Green+Blue) = 48+85+114=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #305572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305572 is #CFAA8D. Grayscale: #4D4D4D. Windows color (decimal): -13609614 or 7492912. OLE color: 7492912.

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

Color convert

RGB 48 85 114 -
CMYK 0.58 0.25 0 0.55
HSL 206.36º 0.41% 0.32% -
HSV(B) 206.36º 0.58% 0.45% -
XYZ 7.5 8.34 17.13 -
YUV 77.24 148.74 107.14 -
System Red Green Blue C M Y K H S L
Decimal 48 85 114 0.58 0.25 0 0.55 206.36 0.41 0.32
Hex 30 55 72 3A 19 0 37 CE 29 20
Octal 60 125 162 72 31 0 67 316 51 40
Binary 110000 1010101 1110010 111010 11001 0 110111 11001110 101001 100000

Color Harmonies of #305572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305572

Black with #305572

Text Example


Text Example

White with #305572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305572; }

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

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

background-color css

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

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

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

border-color css

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

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

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