Html Css Color HEX #305075 Venice Blue

📋 copy color: '#305075'

red 48 ◦ green 80 ◦ blue 117

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

Shades of Venice Blue #305075

Tints of Venice Blue #305075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.65%

 BLUE value IS 117 (46.09% from 255) = 47.76%

R = 19.59%
G = 32.65%
B = 47.76%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#305075 (or 0x305075) is known color: Venice Blue. HEX triplet: 30, 50 and 75. RGB value is (48,80,117). Sum of RGB (Red+Green+Blue) = 48+80+117=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #305075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305075 is #CFAF8A. Grayscale: #4A4A4A. Windows color (decimal): -13610891 or 7688240. OLE color: 7688240.

HSL color Cylindrical-coordinate representation of color #305075: hue angle of 212.17º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #305075 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 80 117 -
CMYK 0.59 0.32 0 0.54
HSL 212.17º 0.42% 0.32% -
HSV(B) 212.17º 0.59% 0.46% -
XYZ 7.3 7.65 17.92 -
YUV 74.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 48 80 117 0.59 0.32 0 0.54 212.17 0.42 0.32
Hex 30 50 75 3B 20 0 36 D4 2A 20
Octal 60 120 165 73 40 0 66 324 52 40
Binary 110000 1010000 1110101 111011 100000 0 110110 11010100 101010 100000

Color Harmonies of #305075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305075

Black with #305075

Text Example


Text Example

White with #305075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305075; }

 p { color: rgb(48,80,117); }

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

background-color css

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

 a { background-color: rgb(48,80,117); }

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

border-color css

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

 span { border-color: rgb(48,80,117); }

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