Html Css Color HEX #304668 Gulf Blue

📋 copy color: '#304668'

red 48 ◦ green 70 ◦ blue 104

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

Shades of Gulf Blue #304668

Tints of Gulf Blue #304668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

 BLUE value IS 104 (41.02% from 255) = 46.85%

R = 21.62%
G = 31.53%
B = 46.85%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#304668 (or 0x304668) is known color: Gulf Blue. HEX triplet: 30, 46 and 68. RGB value is (48,70,104). Sum of RGB (Red+Green+Blue) = 48+70+104=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #304668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304668 is #CFB997. Grayscale: #434343. Windows color (decimal): -13613464 or 6833712. OLE color: 6833712.

HSL color Cylindrical-coordinate representation of color #304668: hue angle of 216.43º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #304668 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 70 104 -
CMYK 0.54 0.33 0 0.59
HSL 216.43º 0.37% 0.3% -
HSV(B) 216.43º 0.54% 0.41% -
XYZ 5.91 6.01 13.95 -
YUV 67.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 48 70 104 0.54 0.33 0 0.59 216.43 0.37 0.3
Hex 30 46 68 36 21 0 3B D8 25 1E
Octal 60 106 150 66 41 0 73 330 45 36
Binary 110000 1000110 1101000 110110 100001 0 111011 11011000 100101 11110

Color Harmonies of #304668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304668

Black with #304668

Text Example


Text Example

White with #304668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304668; }

 p { color: rgb(48,70,104); }

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

background-color css

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

 a { background-color: rgb(48,70,104); }

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

border-color css

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

 span { border-color: rgb(48,70,104); }

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