#305470

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

Shades of Venice Blue #305470

Tints of Venice Blue #305470

Color information

#305470 (or 0x305470) is unknown color: approx Venice Blue. HEX triplet: 30, 54 and 70. RGB value is (48,84,112). Sum of RGB (Red+Green+Blue) = 48+84+112=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #305470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305470 is #CFAB8F. Grayscale: #4C4C4C. Windows color (decimal): -13609872 or 7361584. OLE color: 7361584.

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

Color convert

RGB4884112-
CMYK0.570.2500.56
HSL206.25º40%31.37%-
HSV(B)206.25º57.14%43.92%-
XYZ7.318.1416.51-
YUV76.43148.07107.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 112 (44.14% from 255) = 45.90%
R=19.67%
G=34.43%
B=45.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48841120.570.2500.56206.254031.37
Hex3054703919038ce281f
Octal6012416071310703165037
Binary110000101010011100001110011100101110001100111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305470; }

 p { color: rgb(48,84,112); }

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

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

 a { background-color: rgb(48,84,112); }

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

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

 span { border-color: rgb(48,84,112); }

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