Html Css Color HEX #303959 Gulf Blue

📋 copy color: '#303959'

red 48 ◦ green 57 ◦ blue 89

#303959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Blue #303959

Tints of Gulf Blue #303959

RGB

 RED value IS 48 (19.14% from 255) = 24.74%

 GREEN value IS 57 (22.66% from 255) = 29.38%

 BLUE value IS 89 (35.16% from 255) = 45.88%

R = 24.74%
G = 29.38%
B = 45.88%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#303959 (or 0x303959) is known color: Gulf Blue. HEX triplet: 30, 39 and 59. RGB value is (48,57,89). Sum of RGB (Red+Green+Blue) = 48+57+89=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #303959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303959 is #CFC6A6. Grayscale: #393939. Windows color (decimal): -13616807 or 5847344. OLE color: 5847344.

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

Color convert

RGB 48 57 89 -
CMYK 0.46 0.36 0 0.65
HSL 226.83º 0.3% 0.27% -
HSV(B) 226.83º 0.46% 0.35% -
XYZ 4.49 4.28 10.04 -
YUV 57.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 48 57 89 0.46 0.36 0 0.65 226.83 0.3 0.27
Hex 30 39 59 2E 24 0 41 E3 1E 1B
Octal 60 71 131 56 44 0 101 343 36 33
Binary 110000 111001 1011001 101110 100100 0 1000001 11100011 11110 11011

Color Harmonies of #303959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303959

Black with #303959

Text Example


Text Example

White with #303959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303959; }

 p { color: rgb(48,57,89); }

 H1.HeaderClassName
 {
   color: #303959;
 }
 .AnyTagClassName
 {
   color: #303959;
 }
</style>

background-color css

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

 a { background-color: rgb(48,57,89); }

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

border-color css

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

 span { border-color: rgb(48,57,89); }

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