#303C5C

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

Shades of Gulf Blue #303C5C

Tints of Gulf Blue #303C5C

Color information

#303C5C (or 0x303C5C) is unknown color: approx Gulf Blue. HEX triplet: 30, 3C and 5C. RGB value is (48,60,92). Sum of RGB (Red+Green+Blue) = 48+60+92=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #303C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C5C is #CFC3A3. Grayscale: #3B3B3B. Windows color (decimal): -13616036 or 6044720. OLE color: 6044720.

HSL color Cylindrical-coordinate representation of color #303C5C: hue angle of 223.64º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #303C5C is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB486092-
CMYK0.480.3500.64
HSL223.64º31.43%27.45%-
HSV(B)223.64º47.83%36.08%-
XYZ4.774.6310.77-
YUV60.06146.02119.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 60 (23.83% from 255) = 30%
BLUE value IS 92 (36.33% from 255) = 46%
R=24%
G=30%
B=46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4860920.480.3500.64223.6431.4327.45
Hex303C5C3023040e01f1b
Octal6074134604301003403733
Binary110000111100101110011000010001101000000111000001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303C5C; }

 p { color: rgb(48,60,92); }

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

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

 a { background-color: rgb(48,60,92); }

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

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

 span { border-color: rgb(48,60,92); }

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