#304267

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

Shades of Gulf Blue #304267

Tints of Gulf Blue #304267

Color information

#304267 (or 0x304267) is unknown color: approx Gulf Blue. HEX triplet: 30, 42 and 67. RGB value is (48,66,103). Sum of RGB (Red+Green+Blue) = 48+66+103=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #304267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304267 is #CFBD98. Grayscale: #404040. Windows color (decimal): -13614489 or 6767152. OLE color: 6767152.

HSL color Cylindrical-coordinate representation of color #304267: hue angle of 220.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304267 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4866103-
CMYK0.530.3600.60
HSL220.36º36.42%29.61%-
HSV(B)220.36º53.4%40.39%-
XYZ5.625.513.6-
YUV64.84149.54115.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 103 (40.62% from 255) = 47.47%
R=22.12%
G=30.41%
B=47.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48661030.530.3600.60220.3636.4229.61
Hex304267352403Cdc241e
Octal6010214765440743344436
Binary1100001000010110011111010110010001111001101110010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304267; }

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

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

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

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

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

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

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

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