Html Css Color HEX #303B58 Gulf Blue

📋 copy color: '#303B58'

red 48 ◦ green 59 ◦ blue 88

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

Shades of Gulf Blue #303B58

Tints of Gulf Blue #303B58

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.26%

 BLUE value IS 88 (34.77% from 255) = 45.13%

R = 24.62%
G = 30.26%
B = 45.13%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#303B58 (or 0x303B58) is known color: Gulf Blue. HEX triplet: 30, 3B and 58. RGB value is (48,59,88). Sum of RGB (Red+Green+Blue) = 48+59+88=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #303B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B58 is #CFC4A7. Grayscale: #3A3A3A. Windows color (decimal): -13616296 or 5782320. OLE color: 5782320.

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

Color convert

RGB 48 59 88 -
CMYK 0.45 0.33 0 0.65
HSL 223.5º 0.29% 0.27% -
HSV(B) 223.5º 0.45% 0.35% -
XYZ 4.54 4.46 9.85 -
YUV 59.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 48 59 88 0.45 0.33 0 0.65 223.5 0.29 0.27
Hex 30 3B 58 2D 21 0 41 E0 1D 1B
Octal 60 73 130 55 41 0 101 340 35 33
Binary 110000 111011 1011000 101101 100001 0 1000001 11100000 11101 11011

Color Harmonies of #303B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B58

Black with #303B58

Text Example


Text Example

White with #303B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,59,88); }

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

background-color css

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

 a { background-color: rgb(48,59,88); }

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

border-color css

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

 span { border-color: rgb(48,59,88); }

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