Html Css Color HEX #305270 Venice Blue

📋 copy color: '#305270'

red 48 ◦ green 82 ◦ blue 112

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

Shades of Venice Blue #305270

Tints of Venice Blue #305270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.88%

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

R = 19.83%
G = 33.88%
B = 46.28%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#305270 (or 0x305270) is known color: Venice Blue. HEX triplet: 30, 52 and 70. RGB value is (48,82,112). Sum of RGB (Red+Green+Blue) = 48+82+112=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #305270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305270 is #CFAD8F. Grayscale: #4B4B4B. Windows color (decimal): -13610384 or 7361072. OLE color: 7361072.

HSL color Cylindrical-coordinate representation of color #305270: hue angle of 208.12º 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 #305270 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 82 112 -
CMYK 0.57 0.27 0 0.56
HSL 208.13º 0.4% 0.31% -
HSV(B) 208.13º 0.57% 0.44% -
XYZ 7.16 7.83 16.46 -
YUV 75.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 48 82 112 0.57 0.27 0 0.56 208.13 0.4 0.31
Hex 30 52 70 39 1B 0 38 D0 28 1F
Octal 60 122 160 71 33 0 70 320 50 37
Binary 110000 1010010 1110000 111001 11011 0 111000 11010000 101000 11111

Color Harmonies of #305270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305270

Black with #305270

Text Example


Text Example

White with #305270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305270; }

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

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

background-color css

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

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

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

border-color css

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

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

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