#303A5A

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

Shades of Gulf Blue #303A5A

Tints of Gulf Blue #303A5A

Color information

#303A5A (or 0x303A5A) is unknown color: approx Gulf Blue. HEX triplet: 30, 3A and 5A. RGB value is (48,58,90). Sum of RGB (Red+Green+Blue) = 48+58+90=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #303A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303A5A is #CFC5A5. Grayscale: #3A3A3A. Windows color (decimal): -13616550 or 5913136. OLE color: 5913136.

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

Color convert

RGB485890-
CMYK0.470.3600.65
HSL225.71º30.43%27.06%-
HSV(B)225.71º46.67%35.29%-
XYZ4.584.3910.28-
YUV58.66145.69120.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=24.49%
G=29.59%
B=45.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4858900.470.3600.65225.7130.4327.06
Hex303A5A2F24041e21e1b
Octal6072132574401013423633
Binary110000111010101101010111110010001000001111000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,58,90); }

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

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

 a { background-color: rgb(48,58,90); }

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

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

 span { border-color: rgb(48,58,90); }

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