Html Css Color HEX #304362 Gulf Blue

📋 copy color: '#304362'

red 48 ◦ green 67 ◦ blue 98

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

Shades of Gulf Blue #304362

Tints of Gulf Blue #304362

RGB

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

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

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

R = 22.54%
G = 31.46%
B = 46.01%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304362 (or 0x304362) is known color: Gulf Blue. HEX triplet: 30, 43 and 62. RGB value is (48,67,98). Sum of RGB (Red+Green+Blue) = 48+67+98=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #304362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304362 is #CFBC9D. Grayscale: #404040. Windows color (decimal): -13614238 or 6439728. OLE color: 6439728.

HSL color Cylindrical-coordinate representation of color #304362: hue angle of 217.2º 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 #304362 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 67 98 -
CMYK 0.51 0.32 0 0.62
HSL 217.2º 0.34% 0.29% -
HSV(B) 217.2º 0.51% 0.38% -
XYZ 5.43 5.52 12.34 -
YUV 64.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 48 67 98 0.51 0.32 0 0.62 217.2 0.34 0.29
Hex 30 43 62 33 20 0 3E D9 22 1D
Octal 60 103 142 63 40 0 76 331 42 35
Binary 110000 1000011 1100010 110011 100000 0 111110 11011001 100010 11101

Color Harmonies of #304362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304362

Black with #304362

Text Example


Text Example

White with #304362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304362; }

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

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

background-color css

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

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

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

border-color css

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

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

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