#305B7B

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

Shades of Venice Blue #305B7B

Tints of Venice Blue #305B7B

Color information

#305B7B (or 0x305B7B) is unknown color: approx Venice Blue. HEX triplet: 30, 5B and 7B. RGB value is (48,91,123). Sum of RGB (Red+Green+Blue) = 48+91+123=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #305B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305B7B is #CFA484. Grayscale: #515151. Windows color (decimal): -13608069 or 8084272. OLE color: 8084272.

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

Color convert

RGB4891123-
CMYK0.610.2600.52
HSL205.6º43.86%33.53%-
HSV(B)205.6º60.98%48.24%-
XYZ8.549.5420.13-
YUV81.79151.25103.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 91 (35.94% from 255) = 34.73%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=18.32%
G=34.73%
B=46.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48911230.610.2600.52205.643.8633.53
Hex305B7B3D1A034ce2c22
Octal6013317375320643165442
Binary1100001011011111101111110111010011010011001110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,91,123); }

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

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

 a { background-color: rgb(48,91,123); }

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

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

 span { border-color: rgb(48,91,123); }

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