Html Css Color HEX #303E5A Gulf Blue

📋 copy color: '#303E5A'

red 48 ◦ green 62 ◦ blue 90

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

Shades of Gulf Blue #303E5A

Tints of Gulf Blue #303E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31%

 BLUE value IS 90 (35.55% from 255) = 45%

R = 24%
G = 31%
B = 45%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#303E5A (or 0x303E5A) is known color: Gulf Blue. HEX triplet: 30, 3E and 5A. RGB value is (48,62,90). Sum of RGB (Red+Green+Blue) = 48+62+90=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #303E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303E5A is #CFC1A5. Grayscale: #3C3C3C. Windows color (decimal): -13615526 or 5914160. OLE color: 5914160.

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

Color convert

RGB 48 62 90 -
CMYK 0.47 0.31 0 0.65
HSL 220º 0.3% 0.27% -
HSV(B) 220º 0.47% 0.35% -
XYZ 4.79 4.81 10.35 -
YUV 61.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 48 62 90 0.47 0.31 0 0.65 220 0.3 0.27
Hex 30 3E 5A 2F 1F 0 41 DC 1E 1B
Octal 60 76 132 57 37 0 101 334 36 33
Binary 110000 111110 1011010 101111 11111 0 1000001 11011100 11110 11011

Color Harmonies of #303E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303E5A

Black with #303E5A

Text Example


Text Example

White with #303E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,62,90); }

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

background-color css

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

 a { background-color: rgb(48,62,90); }

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

border-color css

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

 span { border-color: rgb(48,62,90); }

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