#304465

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

Shades of Gulf Blue #304465

Tints of Gulf Blue #304465

Color information

#304465 (or 0x304465) is unknown color: approx Gulf Blue. HEX triplet: 30, 44 and 65. RGB value is (48,68,101). Sum of RGB (Red+Green+Blue) = 48+68+101=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #304465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304465 is #CFBB9A. Grayscale: #414141. Windows color (decimal): -13613979 or 6636592. OLE color: 6636592.

HSL color Cylindrical-coordinate representation of color #304465: hue angle of 217.36º 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 #304465 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4868101-
CMYK0.520.3300.60
HSL217.36º35.57%29.22%-
HSV(B)217.36º52.48%39.61%-
XYZ5.645.713.12-
YUV65.78147.87115.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 101 (39.84% from 255) = 46.54%
R=22.12%
G=31.34%
B=46.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48681010.520.3300.60217.3635.5729.22
Hex304465342103Cd9241d
Octal6010414564410743314435
Binary1100001000100110010111010010000101111001101100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304465; }

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

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

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

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

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

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

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

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