#304061

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

Shades of Gulf Blue #304061

Tints of Gulf Blue #304061

Color information

#304061 (or 0x304061) is unknown color: approx Gulf Blue. HEX triplet: 30, 40 and 61. RGB value is (48,64,97). Sum of RGB (Red+Green+Blue) = 48+64+97=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #304061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304061 is #CFBF9E. Grayscale: #3E3E3E. Windows color (decimal): -13615007 or 6373424. OLE color: 6373424.

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

Color convert

RGB486497-
CMYK0.510.3400.62
HSL220.41º33.79%28.43%-
HSV(B)220.41º50.52%38.04%-
XYZ5.215.1612.03-
YUV62.98147.2117.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 97 (38.28% from 255) = 46.41%
R=22.97%
G=30.62%
B=46.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4864970.510.3400.62220.4133.7928.43
Hex304061332203Edc221c
Octal6010014163420763344234
Binary1100001000000110000111001110001001111101101110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304061; }

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

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

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

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

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

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

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

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