#304165

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

Shades of Gulf Blue #304165

Tints of Gulf Blue #304165

Color information

#304165 (or 0x304165) is unknown color: approx Gulf Blue. HEX triplet: 30, 41 and 65. RGB value is (48,65,101). Sum of RGB (Red+Green+Blue) = 48+65+101=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #304165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304165 is #CFBE9A. Grayscale: #3F3F3F. Windows color (decimal): -13614747 or 6635824. OLE color: 6635824.

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

Color convert

RGB4865101-
CMYK0.520.3600.60
HSL220.75º35.57%29.22%-
HSV(B)220.75º52.48%39.61%-
XYZ5.465.3513.06-
YUV64.02148.87116.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 101 (39.84% from 255) = 47.20%
R=22.43%
G=30.37%
B=47.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48651010.520.3600.60220.7535.5729.22
Hex304165342403Cdd241d
Octal6010114564440743354435
Binary1100001000001110010111010010010001111001101110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304165; }

 p { color: rgb(48,65,101); }

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

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

 a { background-color: rgb(48,65,101); }

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

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

 span { border-color: rgb(48,65,101); }

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