Html Css Color HEX #304263 Gulf Blue

📋 copy color: '#304263'

red 48 ◦ green 66 ◦ blue 99

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

Shades of Gulf Blue #304263

Tints of Gulf Blue #304263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.99%

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

R = 22.54%
G = 30.99%
B = 46.48%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#304263 (or 0x304263) is known color: Gulf Blue. HEX triplet: 30, 42 and 63. RGB value is (48,66,99). Sum of RGB (Red+Green+Blue) = 48+66+99=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #304263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304263 is #CFBD9C. Grayscale: #404040. Windows color (decimal): -13614493 or 6505008. OLE color: 6505008.

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

Color convert

RGB 48 66 99 -
CMYK 0.52 0.33 0 0.61
HSL 218.82º 0.35% 0.29% -
HSV(B) 218.82º 0.52% 0.39% -
XYZ 5.42 5.43 12.57 -
YUV 64.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 48 66 99 0.52 0.33 0 0.61 218.82 0.35 0.29
Hex 30 42 63 34 21 0 3D DB 23 1D
Octal 60 102 143 64 41 0 75 333 43 35
Binary 110000 1000010 1100011 110100 100001 0 111101 11011011 100011 11101

Color Harmonies of #304263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304263

Black with #304263

Text Example


Text Example

White with #304263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304263; }

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

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

background-color css

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

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

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

border-color css

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

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

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