#304166

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

Shades of Gulf Blue #304166

Tints of Gulf Blue #304166

Color information

#304166 (or 0x304166) is unknown color: approx Gulf Blue. HEX triplet: 30, 41 and 66. RGB value is (48,65,102). Sum of RGB (Red+Green+Blue) = 48+65+102=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #304166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304166 is #CFBE99. Grayscale: #3F3F3F. Windows color (decimal): -13614746 or 6701360. OLE color: 6701360.

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

Color convert

RGB4865102-
CMYK0.530.3600.6
HSL221.11º36%29.41%-
HSV(B)221.11º52.94%40%-
XYZ5.515.3713.32-
YUV64.14149.37116.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 102 (40.23% from 255) = 47.44%
R=22.33%
G=30.23%
B=47.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48651020.530.3600.6221.113629.41
Hex304166352403Cdd241d
Octal6010114665440743354435
Binary1100001000001110011011010110010001111001101110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304166; }

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

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

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

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

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

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

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

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