#305A7C

Color #305A7C Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #305A7C

Tints of Venice Blue #305A7C

Color information

#305A7C (or 0x305A7C) is unknown color: approx Venice Blue. HEX triplet: 30, 5A and 7C. RGB value is (48,90,124). Sum of RGB (Red+Green+Blue) = 48+90+124=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #305A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A7C is #CFA583. Grayscale: #515151. Windows color (decimal): -13608324 or 8149552. OLE color: 8149552.

HSL color Cylindrical-coordinate representation of color #305A7C: hue angle of 206.84º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #305A7C is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4890124-
CMYK0.610.2700.51
HSL206.84º44.19%33.73%-
HSV(B)206.84º61.29%48.63%-
XYZ8.519.420.43-
YUV81.32152.09104.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 90 (35.55% from 255) = 34.35%
BLUE value IS 124 (48.83% from 255) = 47.33%
R=18.32%
G=34.35%
B=47.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48901240.610.2700.51206.8444.1933.73
Hex305A7C3D1B033cf2c22
Octal6013217475330633175442
Binary1100001011010111110011110111011011001111001111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305A7C; }

 p { color: rgb(48,90,124); }

 H1.HeaderClassName
 {
   color: #305A7C;
 }
 .AnyTagClassName
 {
   color: #305A7C;
 }
</style>
background-color css

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

 a { background-color: rgb(48,90,124); }

 div.DivClassName
 {
   background-color: #305A7C;
 }
 .BgClassName
 {
   background-color: #305A7C;
 }
</style>
border-color css

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

 span { border-color: rgb(48,90,124); }

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