Html Css Color HEX #304161 Gulf Blue

📋 copy color: '#304161'

red 48 ◦ green 65 ◦ blue 97

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

Shades of Gulf Blue #304161

Tints of Gulf Blue #304161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 46.19%

R = 22.86%
G = 30.95%
B = 46.19%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304161 (or 0x304161) is known color: Gulf Blue. HEX triplet: 30, 41 and 61. RGB value is (48,65,97). Sum of RGB (Red+Green+Blue) = 48+65+97=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #304161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304161 is #CFBE9E. Grayscale: #3F3F3F. Windows color (decimal): -13614751 or 6373680. OLE color: 6373680.

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

Color convert

RGB 48 65 97 -
CMYK 0.51 0.33 0 0.62
HSL 219.18º 0.34% 0.28% -
HSV(B) 219.18º 0.51% 0.38% -
XYZ 5.27 5.27 12.05 -
YUV 63.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 48 65 97 0.51 0.33 0 0.62 219.18 0.34 0.28
Hex 30 41 61 33 21 0 3E DB 22 1C
Octal 60 101 141 63 41 0 76 333 42 34
Binary 110000 1000001 1100001 110011 100001 0 111110 11011011 100010 11100

Color Harmonies of #304161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304161

Black with #304161

Text Example


Text Example

White with #304161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304161; }

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

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

background-color css

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

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

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

border-color css

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

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

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