Html Css Color HEX #303759 Gulf Blue

📋 copy color: '#303759'

red 48 ◦ green 55 ◦ blue 89

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

Shades of Gulf Blue #303759

Tints of Gulf Blue #303759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.65%

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

R = 25%
G = 28.65%
B = 46.35%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#303759 (or 0x303759) is known color: Gulf Blue. HEX triplet: 30, 37 and 59. RGB value is (48,55,89). Sum of RGB (Red+Green+Blue) = 48+55+89=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #303759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303759 is #CFC8A6. Grayscale: #383838. Windows color (decimal): -13617319 or 5846832. OLE color: 5846832.

HSL color Cylindrical-coordinate representation of color #303759: hue angle of 229.76º 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 #303759 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 55 89 -
CMYK 0.46 0.38 0 0.65
HSL 229.76º 0.3% 0.27% -
HSV(B) 229.76º 0.46% 0.35% -
XYZ 4.39 4.08 10.01 -
YUV 56.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 48 55 89 0.46 0.38 0 0.65 229.76 0.3 0.27
Hex 30 37 59 2E 26 0 41 E6 1E 1B
Octal 60 67 131 56 46 0 101 346 36 33
Binary 110000 110111 1011001 101110 100110 0 1000001 11100110 11110 11011

Color Harmonies of #303759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303759

Black with #303759

Text Example


Text Example

White with #303759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303759; }

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

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

background-color css

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

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

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

border-color css

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

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

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