Html Css Color HEX #304368 Gulf Blue

📋 copy color: '#304368'

red 48 ◦ green 67 ◦ blue 104

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

Shades of Gulf Blue #304368

Tints of Gulf Blue #304368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.59%

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

R = 21.92%
G = 30.59%
B = 47.49%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#304368 (or 0x304368) is known color: Gulf Blue. HEX triplet: 30, 43 and 68. RGB value is (48,67,104). Sum of RGB (Red+Green+Blue) = 48+67+104=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #304368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304368 is #CFBC97. Grayscale: #414141. Windows color (decimal): -13614232 or 6832944. OLE color: 6832944.

HSL color Cylindrical-coordinate representation of color #304368: hue angle of 219.64º 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 #304368 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 67 104 -
CMYK 0.54 0.36 0 0.59
HSL 219.64º 0.37% 0.3% -
HSV(B) 219.64º 0.54% 0.41% -
XYZ 5.72 5.64 13.88 -
YUV 65.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 48 67 104 0.54 0.36 0 0.59 219.64 0.37 0.3
Hex 30 43 68 36 24 0 3B DC 25 1E
Octal 60 103 150 66 44 0 73 334 45 36
Binary 110000 1000011 1101000 110110 100100 0 111011 11011100 100101 11110

Color Harmonies of #304368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304368

Black with #304368

Text Example


Text Example

White with #304368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304368; }

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

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

background-color css

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

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

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

border-color css

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

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

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