Html Css Color HEX #303859 Gulf Blue

📋 copy color: '#303859'

red 48 ◦ green 56 ◦ blue 89

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

Shades of Gulf Blue #303859

Tints of Gulf Blue #303859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.02%

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

R = 24.87%
G = 29.02%
B = 46.11%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#303859 (or 0x303859) is known color: Gulf Blue. HEX triplet: 30, 38 and 59. RGB value is (48,56,89). Sum of RGB (Red+Green+Blue) = 48+56+89=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #303859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303859 is #CFC7A6. Grayscale: #393939. Windows color (decimal): -13617063 or 5847088. OLE color: 5847088.

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

Color convert

RGB 48 56 89 -
CMYK 0.46 0.37 0 0.65
HSL 228.29º 0.3% 0.27% -
HSV(B) 228.29º 0.46% 0.35% -
XYZ 4.44 4.18 10.02 -
YUV 57.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 48 56 89 0.46 0.37 0 0.65 228.29 0.3 0.27
Hex 30 38 59 2E 25 0 41 E4 1E 1B
Octal 60 70 131 56 45 0 101 344 36 33
Binary 110000 111000 1011001 101110 100101 0 1000001 11100100 11110 11011

Color Harmonies of #303859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303859

Black with #303859

Text Example


Text Example

White with #303859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303859; }

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

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

background-color css

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

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

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

border-color css

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

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

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