Html Css Color HEX #304061 Gulf Blue

📋 copy color: '#304061'

red 48 ◦ green 64 ◦ blue 97

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

Shades of Gulf Blue #304061

Tints of Gulf Blue #304061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

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

R = 22.97%
G = 30.62%
B = 46.41%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304061 (or 0x304061) is known color: Gulf Blue. HEX triplet: 30, 40 and 61. RGB value is (48,64,97). Sum of RGB (Red+Green+Blue) = 48+64+97=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #304061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304061 is #CFBF9E. Grayscale: #3E3E3E. Windows color (decimal): -13615007 or 6373424. OLE color: 6373424.

HSL color Cylindrical-coordinate representation of color #304061: hue angle of 220.41º 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 #304061 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 64 97 -
CMYK 0.51 0.34 0 0.62
HSL 220.41º 0.34% 0.28% -
HSV(B) 220.41º 0.51% 0.38% -
XYZ 5.21 5.16 12.03 -
YUV 62.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 48 64 97 0.51 0.34 0 0.62 220.41 0.34 0.28
Hex 30 40 61 33 22 0 3E DC 22 1C
Octal 60 100 141 63 42 0 76 334 42 34
Binary 110000 1000000 1100001 110011 100010 0 111110 11011100 100010 11100

Color Harmonies of #304061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304061

Black with #304061

Text Example


Text Example

White with #304061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304061; }

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

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

background-color css

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

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

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

border-color css

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

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

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