Html Css Color HEX #304060 Gulf Blue

📋 copy color: '#304060'

red 48 ◦ green 64 ◦ blue 96

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

Shades of Gulf Blue #304060

Tints of Gulf Blue #304060

RGB

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

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

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

R = 23.08%
G = 30.77%
B = 46.15%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304060 (or 0x304060) is known color: Gulf Blue. HEX triplet: 30, 40 and 60. RGB value is (48,64,96). Sum of RGB (Red+Green+Blue) = 48+64+96=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #304060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304060 is #CFBF9F. Grayscale: #3E3E3E. Windows color (decimal): -13615008 or 6307888. OLE color: 6307888.

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

Color convert

RGB 48 64 96 -
CMYK 0.50 0.33 0 0.62
HSL 220º 0.33% 0.28% -
HSV(B) 220º 0.5% 0.38% -
XYZ 5.16 5.14 11.79 -
YUV 62.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 48 64 96 0.50 0.33 0 0.62 220 0.33 0.28
Hex 30 40 60 32 21 0 3E DC 21 1C
Octal 60 100 140 62 41 0 76 334 41 34
Binary 110000 1000000 1100000 110010 100001 0 111110 11011100 100001 11100

Color Harmonies of #304060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304060

Black with #304060

Text Example


Text Example

White with #304060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304060; }

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

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

background-color css

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

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

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

border-color css

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

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

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