Html Css Color HEX #304363 Gulf Blue

📋 copy color: '#304363'

red 48 ◦ green 67 ◦ blue 99

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

Shades of Gulf Blue #304363

Tints of Gulf Blue #304363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.26%

R = 22.43%
G = 31.31%
B = 46.26%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#304363 (or 0x304363) is known color: Gulf Blue. HEX triplet: 30, 43 and 63. RGB value is (48,67,99). Sum of RGB (Red+Green+Blue) = 48+67+99=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #304363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304363 is #CFBC9C. Grayscale: #404040. Windows color (decimal): -13614237 or 6505264. OLE color: 6505264.

HSL color Cylindrical-coordinate representation of color #304363: hue angle of 217.65º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304363 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 67 99 -
CMYK 0.52 0.32 0 0.61
HSL 217.65º 0.35% 0.29% -
HSV(B) 217.65º 0.52% 0.39% -
XYZ 5.48 5.54 12.59 -
YUV 64.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 48 67 99 0.52 0.32 0 0.61 217.65 0.35 0.29
Hex 30 43 63 34 20 0 3D DA 23 1D
Octal 60 103 143 64 40 0 75 332 43 35
Binary 110000 1000011 1100011 110100 100000 0 111101 11011010 100011 11101

Color Harmonies of #304363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304363

Black with #304363

Text Example


Text Example

White with #304363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304363; }

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

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

background-color css

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

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

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

border-color css

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

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

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