#304265

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

Shades of Gulf Blue #304265

Tints of Gulf Blue #304265

Color information

#304265 (or 0x304265) is unknown color: approx Gulf Blue. HEX triplet: 30, 42 and 65. RGB value is (48,66,101). Sum of RGB (Red+Green+Blue) = 48+66+101=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #304265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304265 is #CFBD9A. Grayscale: #404040. Windows color (decimal): -13614491 or 6636080. OLE color: 6636080.

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

Color convert

RGB4866101-
CMYK0.520.3500.60
HSL219.62º35.57%29.22%-
HSV(B)219.62º52.48%39.61%-
XYZ5.525.4613.08-
YUV64.61148.54116.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 101 (39.84% from 255) = 46.98%
R=22.33%
G=30.70%
B=46.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48661010.520.3500.60219.6235.5729.22
Hex304265342303Cdc241d
Octal6010214564430743344435
Binary1100001000010110010111010010001101111001101110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304265; }

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

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

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

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

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

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

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

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