Html Css Color HEX #303C5B Gulf Blue

📋 copy color: '#303C5B'

red 48 ◦ green 60 ◦ blue 91

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

Shades of Gulf Blue #303C5B

Tints of Gulf Blue #303C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.73%

R = 24.12%
G = 30.15%
B = 45.73%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#303C5B (or 0x303C5B) is known color: Gulf Blue. HEX triplet: 30, 3C and 5B. RGB value is (48,60,91). Sum of RGB (Red+Green+Blue) = 48+60+91=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #303C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C5B is #CFC3A4. Grayscale: #3B3B3B. Windows color (decimal): -13616037 or 5979184. OLE color: 5979184.

HSL color Cylindrical-coordinate representation of color #303C5B: hue angle of 223.26º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #303C5B is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 60 91 -
CMYK 0.47 0.34 0 0.64
HSL 223.26º 0.31% 0.27% -
HSV(B) 223.26º 0.47% 0.36% -
XYZ 4.72 4.62 10.54 -
YUV 59.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 48 60 91 0.47 0.34 0 0.64 223.26 0.31 0.27
Hex 30 3C 5B 2F 22 0 40 DF 1F 1B
Octal 60 74 133 57 42 0 100 337 37 33
Binary 110000 111100 1011011 101111 100010 0 1000000 11011111 11111 11011

Color Harmonies of #303C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C5B

Black with #303C5B

Text Example


Text Example

White with #303C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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