#303753

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

Shades of Gulf Blue #303753

Tints of Gulf Blue #303753

Color information

#303753 (or 0x303753) is unknown color: approx Gulf Blue. HEX triplet: 30, 37 and 53. RGB value is (48,55,83). Sum of RGB (Red+Green+Blue) = 48+55+83=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #303753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303753 is #CFC8AC. Grayscale: #373737. Windows color (decimal): -13617325 or 5453616. OLE color: 5453616.

HSL color Cylindrical-coordinate representation of color #303753: hue angle of 228º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #303753 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB485583-
CMYK0.420.3400.67
HSL228º26.72%25.69%-
HSV(B)228º42.17%32.55%-
XYZ4.153.998.73-
YUV56.1143.18122.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.81%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=25.81%
G=29.57%
B=44.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4855830.420.3400.6722826.7225.69
Hex3037532A22043e41b1a
Octal6067123524201033443332
Binary110000110111101001110101010001001000011111001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303753; }

 p { color: rgb(48,55,83); }

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

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

 a { background-color: rgb(48,55,83); }

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

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

 span { border-color: rgb(48,55,83); }

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