Html Css Color HEX #305370 Venice Blue

📋 copy color: '#305370'

red 48 ◦ green 83 ◦ blue 112

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

Shades of Venice Blue #305370

Tints of Venice Blue #305370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.16%

 BLUE value IS 112 (44.14% from 255) = 46.09%

R = 19.75%
G = 34.16%
B = 46.09%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#305370 (or 0x305370) is known color: Venice Blue. HEX triplet: 30, 53 and 70. RGB value is (48,83,112). Sum of RGB (Red+Green+Blue) = 48+83+112=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #305370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305370 is #CFAC8F. Grayscale: #4B4B4B. Windows color (decimal): -13610128 or 7361328. OLE color: 7361328.

HSL color Cylindrical-coordinate representation of color #305370: hue angle of 207.19º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #305370 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 83 112 -
CMYK 0.57 0.26 0 0.56
HSL 207.19º 0.4% 0.31% -
HSV(B) 207.19º 0.57% 0.44% -
XYZ 7.24 7.98 16.49 -
YUV 75.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 48 83 112 0.57 0.26 0 0.56 207.19 0.4 0.31
Hex 30 53 70 39 1A 0 38 CF 28 1F
Octal 60 123 160 71 32 0 70 317 50 37
Binary 110000 1010011 1110000 111001 11010 0 111000 11001111 101000 11111

Color Harmonies of #305370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305370

Black with #305370

Text Example


Text Example

White with #305370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305370; }

 p { color: rgb(48,83,112); }

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

background-color css

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

 a { background-color: rgb(48,83,112); }

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

border-color css

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

 span { border-color: rgb(48,83,112); }

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