Html Css Color HEX #303C58 Gulf Blue

📋 copy color: '#303C58'

red 48 ◦ green 60 ◦ blue 88

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

Shades of Gulf Blue #303C58

Tints of Gulf Blue #303C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.61%

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

R = 24.49%
G = 30.61%
B = 44.9%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#303C58 (or 0x303C58) is known color: Gulf Blue. HEX triplet: 30, 3C and 58. RGB value is (48,60,88). Sum of RGB (Red+Green+Blue) = 48+60+88=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #303C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C58 is #CFC3A7. Grayscale: #3B3B3B. Windows color (decimal): -13616040 or 5782576. OLE color: 5782576.

HSL color Cylindrical-coordinate representation of color #303C58: hue angle of 222º 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 #303C58 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 60 88 -
CMYK 0.45 0.32 0 0.65
HSL 222º 0.29% 0.27% -
HSV(B) 222º 0.45% 0.35% -
XYZ 4.6 4.56 9.87 -
YUV 59.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 48 60 88 0.45 0.32 0 0.65 222 0.29 0.27
Hex 30 3C 58 2D 20 0 41 DE 1D 1B
Octal 60 74 130 55 40 0 101 336 35 33
Binary 110000 111100 1011000 101101 100000 0 1000001 11011110 11101 11011

Color Harmonies of #303C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C58

Black with #303C58

Text Example


Text Example

White with #303C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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