#304263

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

Shades of Gulf Blue #304263

Tints of Gulf Blue #304263

Color information

#304263 (or 0x304263) is unknown color: approx Gulf Blue. HEX triplet: 30, 42 and 63. RGB value is (48,66,99). Sum of RGB (Red+Green+Blue) = 48+66+99=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #304263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304263 is #CFBD9C. Grayscale: #404040. Windows color (decimal): -13614493 or 6505008. OLE color: 6505008.

HSL color Cylindrical-coordinate representation of color #304263: hue angle of 218.82º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304263 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB486699-
CMYK0.520.3300.61
HSL218.82º34.69%28.82%-
HSV(B)218.82º51.52%38.82%-
XYZ5.425.4312.57-
YUV64.38147.54116.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=22.54%
G=30.99%
B=46.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4866990.520.3300.61218.8234.6928.82
Hex304263342103Ddb231d
Octal6010214364410753334335
Binary1100001000010110001111010010000101111011101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304263; }

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

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

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

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

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

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

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

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