#304360

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

Shades of Gulf Blue #304360

Tints of Gulf Blue #304360

Color information

#304360 (or 0x304360) is unknown color: approx Gulf Blue. HEX triplet: 30, 43 and 60. RGB value is (48,67,96). Sum of RGB (Red+Green+Blue) = 48+67+96=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #304360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304360 is #CFBC9F. Grayscale: #404040. Windows color (decimal): -13614240 or 6308656. OLE color: 6308656.

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

Color convert

RGB486796-
CMYK0.500.3000.62
HSL216.25º33.33%28.24%-
HSV(B)216.25º50%37.65%-
XYZ5.345.4911.84-
YUV64.62145.71116.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 67 (26.56% from 255) = 31.75%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=22.75%
G=31.75%
B=45.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4867960.500.3000.62216.2533.3328.24
Hex304360321E03Ed8211c
Octal6010314062360763304134
Binary110000100001111000001100101111001111101101100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304360; }

 p { color: rgb(48,67,96); }

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

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

 a { background-color: rgb(48,67,96); }

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

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

 span { border-color: rgb(48,67,96); }

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