Html Css Color HEX #304366 Gulf Blue

📋 copy color: '#304366'

red 48 ◦ green 67 ◦ blue 102

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

Shades of Gulf Blue #304366

Tints of Gulf Blue #304366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47%

R = 22.12%
G = 30.88%
B = 47%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#304366 (or 0x304366) is known color: Gulf Blue. HEX triplet: 30, 43 and 66. RGB value is (48,67,102). Sum of RGB (Red+Green+Blue) = 48+67+102=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #304366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304366 is #CFBC99. Grayscale: #414141. Windows color (decimal): -13614234 or 6701872. OLE color: 6701872.

HSL color Cylindrical-coordinate representation of color #304366: hue angle of 218.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304366 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 67 102 -
CMYK 0.53 0.34 0 0.6
HSL 218.89º 0.36% 0.29% -
HSV(B) 218.89º 0.53% 0.4% -
XYZ 5.62 5.6 13.36 -
YUV 65.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 48 67 102 0.53 0.34 0 0.6 218.89 0.36 0.29
Hex 30 43 66 35 22 0 3C DB 24 1D
Octal 60 103 146 65 42 0 74 333 44 35
Binary 110000 1000011 1100110 110101 100010 0 111100 11011011 100100 11101

Color Harmonies of #304366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304366

Black with #304366

Text Example


Text Example

White with #304366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304366; }

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

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

background-color css

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

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

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

border-color css

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

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

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