Html Css Color HEX #305271 Venice Blue

📋 copy color: '#305271'

red 48 ◦ green 82 ◦ blue 113

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

Shades of Venice Blue #305271

Tints of Venice Blue #305271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.5%

R = 19.75%
G = 33.74%
B = 46.5%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#305271 (or 0x305271) is known color: Venice Blue. HEX triplet: 30, 52 and 71. RGB value is (48,82,113). Sum of RGB (Red+Green+Blue) = 48+82+113=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #305271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305271 is #CFAD8E. Grayscale: #4B4B4B. Windows color (decimal): -13610383 or 7426608. OLE color: 7426608.

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

Color convert

RGB 48 82 113 -
CMYK 0.58 0.27 0 0.56
HSL 208.62º 0.4% 0.32% -
HSV(B) 208.62º 0.58% 0.44% -
XYZ 7.22 7.86 16.76 -
YUV 75.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 48 82 113 0.58 0.27 0 0.56 208.62 0.4 0.32
Hex 30 52 71 3A 1B 0 38 D1 28 20
Octal 60 122 161 72 33 0 70 321 50 40
Binary 110000 1010010 1110001 111010 11011 0 111000 11010001 101000 100000

Color Harmonies of #305271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305271

Black with #305271

Text Example


Text Example

White with #305271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305271; }

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

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

background-color css

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

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

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

border-color css

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

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

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