Html Css Color HEX #303F5F Gulf Blue

📋 copy color: '#303F5F'

red 48 ◦ green 63 ◦ blue 95

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

Shades of Gulf Blue #303F5F

Tints of Gulf Blue #303F5F

RGB

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

 GREEN value IS 63 (25% from 255) = 30.58%

 BLUE value IS 95 (37.5% from 255) = 46.12%

R = 23.3%
G = 30.58%
B = 46.12%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#303F5F (or 0x303F5F) is known color: Gulf Blue. HEX triplet: 30, 3F and 5F. RGB value is (48,63,95). Sum of RGB (Red+Green+Blue) = 48+63+95=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #303F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F5F is #CFC0A0. Grayscale: #3E3E3E. Windows color (decimal): -13615265 or 6242096. OLE color: 6242096.

HSL color Cylindrical-coordinate representation of color #303F5F: hue angle of 220.85º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #303F5F is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 63 95 -
CMYK 0.49 0.34 0 0.63
HSL 220.85º 0.33% 0.28% -
HSV(B) 220.85º 0.49% 0.37% -
XYZ 5.06 5.01 11.53 -
YUV 62.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 48 63 95 0.49 0.34 0 0.63 220.85 0.33 0.28
Hex 30 3F 5F 31 22 0 3F DD 21 1C
Octal 60 77 137 61 42 0 77 335 41 34
Binary 110000 111111 1011111 110001 100010 0 111111 11011101 100001 11100

Color Harmonies of #303F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F5F

Black with #303F5F

Text Example


Text Example

White with #303F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,63,95); }

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

background-color css

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

 a { background-color: rgb(48,63,95); }

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

border-color css

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

 span { border-color: rgb(48,63,95); }

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