Html Css Color HEX #304062 Gulf Blue

📋 copy color: '#304062'

red 48 ◦ green 64 ◦ blue 98

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

Shades of Gulf Blue #304062

Tints of Gulf Blue #304062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.48%

 BLUE value IS 98 (38.67% from 255) = 46.67%

R = 22.86%
G = 30.48%
B = 46.67%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304062 (or 0x304062) is known color: Gulf Blue. HEX triplet: 30, 40 and 62. RGB value is (48,64,98). Sum of RGB (Red+Green+Blue) = 48+64+98=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #304062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304062 is #CFBF9D. Grayscale: #3E3E3E. Windows color (decimal): -13615006 or 6438960. OLE color: 6438960.

HSL color Cylindrical-coordinate representation of color #304062: hue angle of 220.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304062 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 64 98 -
CMYK 0.51 0.35 0 0.62
HSL 220.8º 0.34% 0.29% -
HSV(B) 220.8º 0.51% 0.38% -
XYZ 5.26 5.18 12.28 -
YUV 63.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 48 64 98 0.51 0.35 0 0.62 220.8 0.34 0.29
Hex 30 40 62 33 23 0 3E DD 22 1D
Octal 60 100 142 63 43 0 76 335 42 35
Binary 110000 1000000 1100010 110011 100011 0 111110 11011101 100010 11101

Color Harmonies of #304062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304062

Black with #304062

Text Example


Text Example

White with #304062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304062; }

 p { color: rgb(48,64,98); }

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

background-color css

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

 a { background-color: rgb(48,64,98); }

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

border-color css

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

 span { border-color: rgb(48,64,98); }

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