#303D62

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

Shades of Gulf Blue #303D62

Tints of Gulf Blue #303D62

Color information

#303D62 (or 0x303D62) is unknown color: approx Gulf Blue. HEX triplet: 30, 3D and 62. RGB value is (48,61,98). Sum of RGB (Red+Green+Blue) = 48+61+98=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #303D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D62 is #CFC29D. Grayscale: #3D3D3D. Windows color (decimal): -13615774 or 6438192. OLE color: 6438192.

HSL color Cylindrical-coordinate representation of color #303D62: hue angle of 224.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303D62 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB486198-
CMYK0.510.3800.62
HSL224.4º34.25%28.63%-
HSV(B)224.4º51.02%38.43%-
XYZ5.094.8512.22-
YUV61.33148.69118.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 98 (38.67% from 255) = 47.34%
R=23.19%
G=29.47%
B=47.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4861980.510.3800.62224.434.2528.63
Hex303D62332603Ee0221d
Octal607514263460763404235
Binary110000111101110001011001110011001111101110000010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,61,98); }

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

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

 a { background-color: rgb(48,61,98); }

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

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

 span { border-color: rgb(48,61,98); }

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