Html Css Color HEX #305277 Venice Blue

📋 copy color: '#305277'

red 48 ◦ green 82 ◦ blue 119

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

Shades of Venice Blue #305277

Tints of Venice Blue #305277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.79%

R = 19.28%
G = 32.93%
B = 47.79%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#305277 (or 0x305277) is known color: Venice Blue. HEX triplet: 30, 52 and 77. RGB value is (48,82,119). Sum of RGB (Red+Green+Blue) = 48+82+119=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #305277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305277 is #CFAD88. Grayscale: #4B4B4B. Windows color (decimal): -13610377 or 7819824. OLE color: 7819824.

HSL color Cylindrical-coordinate representation of color #305277: hue angle of 211.27º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #305277 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 82 119 -
CMYK 0.60 0.31 0 0.53
HSL 211.27º 0.43% 0.33% -
HSV(B) 211.27º 0.6% 0.47% -
XYZ 7.57 7.99 18.6 -
YUV 76.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 48 82 119 0.60 0.31 0 0.53 211.27 0.43 0.33
Hex 30 52 77 3C 1F 0 35 D3 2B 21
Octal 60 122 167 74 37 0 65 323 53 41
Binary 110000 1010010 1110111 111100 11111 0 110101 11010011 101011 100001

Color Harmonies of #305277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305277

Black with #305277

Text Example


Text Example

White with #305277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305277; }

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

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

background-color css

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

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

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

border-color css

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

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

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