#304A6E

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

Shades of Venice Blue #304A6E

Tints of Venice Blue #304A6E

Color information

#304A6E (or 0x304A6E) is unknown color: approx Venice Blue. HEX triplet: 30, 4A and 6E. RGB value is (48,74,110). Sum of RGB (Red+Green+Blue) = 48+74+110=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #304A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A6E is #CFB591. Grayscale: #464646. Windows color (decimal): -13612434 or 7227952. OLE color: 7227952.

HSL color Cylindrical-coordinate representation of color #304A6E: hue angle of 214.84º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #304A6E is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4874110-
CMYK0.560.3300.57
HSL214.84º39.24%30.98%-
HSV(B)214.84º56.36%43.14%-
XYZ6.486.6515.69-
YUV70.33150.39112.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 74 (29.30% from 255) = 31.90%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=20.69%
G=31.90%
B=47.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48741100.560.3300.57214.8439.2430.98
Hex304A6E3821039d7271f
Octal6011215670410713274737
Binary1100001001010110111011100010000101110011101011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304A6E; }

 p { color: rgb(48,74,110); }

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

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

 a { background-color: rgb(48,74,110); }

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

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

 span { border-color: rgb(48,74,110); }

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