#304062

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

Shades of Gulf Blue #304062

Tints of Gulf Blue #304062

Color information

#304062 (or 0x304062) is unknown color: approx Gulf Blue. HEX triplet: 30, 40 and 62. RGB value is (48,64,98). Sum of RGB (Red+Green+Blue) = 48+64+98=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #304062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304062 is #CFBF9D. Grayscale: #3E3E3E. Windows color (decimal): -13615006 or 6438960. OLE color: 6438960.

HSL color Cylindrical-coordinate representation of color #304062: hue angle of 220.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304062 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB486498-
CMYK0.510.3500.62
HSL220.8º34.25%28.63%-
HSV(B)220.8º51.02%38.43%-
XYZ5.265.1812.28-
YUV63.09147.7117.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 98 (38.67% from 255) = 46.67%
R=22.86%
G=30.48%
B=46.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4864980.510.3500.62220.834.2528.63
Hex304062332303Edd221d
Octal6010014263430763354235
Binary1100001000000110001011001110001101111101101110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304062; }

 p { color: rgb(48,64,98); }

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

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

 a { background-color: rgb(48,64,98); }

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

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

 span { border-color: rgb(48,64,98); }

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