Html Css Color HEX #304160 Gulf Blue

📋 copy color: '#304160'

red 48 ◦ green 65 ◦ blue 96

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

Shades of Gulf Blue #304160

Tints of Gulf Blue #304160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.1%

 BLUE value IS 96 (37.89% from 255) = 45.93%

R = 22.97%
G = 31.1%
B = 45.93%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304160 (or 0x304160) is known color: Gulf Blue. HEX triplet: 30, 41 and 60. RGB value is (48,65,96). Sum of RGB (Red+Green+Blue) = 48+65+96=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #304160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304160 is #CFBE9F. Grayscale: #3F3F3F. Windows color (decimal): -13614752 or 6308144. OLE color: 6308144.

HSL color Cylindrical-coordinate representation of color #304160: hue angle of 218.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #304160 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 65 96 -
CMYK 0.50 0.32 0 0.62
HSL 218.75º 0.33% 0.28% -
HSV(B) 218.75º 0.5% 0.38% -
XYZ 5.22 5.25 11.81 -
YUV 63.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 48 65 96 0.50 0.32 0 0.62 218.75 0.33 0.28
Hex 30 41 60 32 20 0 3E DB 21 1C
Octal 60 101 140 62 40 0 76 333 41 34
Binary 110000 1000001 1100000 110010 100000 0 111110 11011011 100001 11100

Color Harmonies of #304160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304160

Black with #304160

Text Example


Text Example

White with #304160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304160; }

 p { color: rgb(48,65,96); }

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

background-color css

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

 a { background-color: rgb(48,65,96); }

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

border-color css

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

 span { border-color: rgb(48,65,96); }

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