#304261

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

Shades of Gulf Blue #304261

Tints of Gulf Blue #304261

Color information

#304261 (or 0x304261) is unknown color: approx Gulf Blue. HEX triplet: 30, 42 and 61. RGB value is (48,66,97). Sum of RGB (Red+Green+Blue) = 48+66+97=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #304261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304261 is #CFBD9E. Grayscale: #404040. Windows color (decimal): -13614495 or 6373936. OLE color: 6373936.

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

Color convert

RGB486697-
CMYK0.510.3200.62
HSL217.96º33.79%28.43%-
HSV(B)217.96º50.52%38.04%-
XYZ5.325.3912.07-
YUV64.15146.54116.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 97 (38.28% from 255) = 45.97%
R=22.75%
G=31.28%
B=45.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4866970.510.3200.62217.9633.7928.43
Hex304261332003Eda221c
Octal6010214163400763324234
Binary1100001000010110000111001110000001111101101101010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304261; }

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

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

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

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

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

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

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

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