#304361

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

Shades of Gulf Blue #304361

Tints of Gulf Blue #304361

Color information

#304361 (or 0x304361) is unknown color: approx Gulf Blue. HEX triplet: 30, 43 and 61. RGB value is (48,67,97). Sum of RGB (Red+Green+Blue) = 48+67+97=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #304361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304361 is #CFBC9E. Grayscale: #404040. Windows color (decimal): -13614239 or 6374192. OLE color: 6374192.

HSL color Cylindrical-coordinate representation of color #304361: hue angle of 216.73º 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 #304361 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB486797-
CMYK0.510.3100.62
HSL216.73º33.79%28.43%-
HSV(B)216.73º50.52%38.04%-
XYZ5.385.5112.09-
YUV64.74146.21116.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 97 (38.28% from 255) = 45.75%
R=22.64%
G=31.60%
B=45.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4867970.510.3100.62216.7333.7928.43
Hex304361331F03Ed9221c
Octal6010314163370763314234
Binary110000100001111000011100111111101111101101100110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304361; }

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

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

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

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

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

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

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

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