Html Css Color HEX #304163 Gulf Blue

📋 copy color: '#304163'

red 48 ◦ green 65 ◦ blue 99

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

Shades of Gulf Blue #304163

Tints of Gulf Blue #304163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

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

R = 22.64%
G = 30.66%
B = 46.7%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#304163 (or 0x304163) is known color: Gulf Blue. HEX triplet: 30, 41 and 63. RGB value is (48,65,99). Sum of RGB (Red+Green+Blue) = 48+65+99=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #304163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304163 is #CFBE9C. Grayscale: #3F3F3F. Windows color (decimal): -13614749 or 6504752. OLE color: 6504752.

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

Color convert

RGB 48 65 99 -
CMYK 0.52 0.34 0 0.61
HSL 220º 0.35% 0.29% -
HSV(B) 220º 0.52% 0.39% -
XYZ 5.36 5.31 12.55 -
YUV 63.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 48 65 99 0.52 0.34 0 0.61 220 0.35 0.29
Hex 30 41 63 34 22 0 3D DC 23 1D
Octal 60 101 143 64 42 0 75 334 43 35
Binary 110000 1000001 1100011 110100 100010 0 111101 11011100 100011 11101

Color Harmonies of #304163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304163

Black with #304163

Text Example


Text Example

White with #304163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304163; }

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

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

background-color css

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

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

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

border-color css

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

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

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