Html Css Color HEX #304569 Gulf Blue

📋 copy color: '#304569'

red 48 ◦ green 69 ◦ blue 105

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

Shades of Gulf Blue #304569

Tints of Gulf Blue #304569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.08%

 BLUE value IS 105 (41.41% from 255) = 47.3%

R = 21.62%
G = 31.08%
B = 47.3%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#304569 (or 0x304569) is known color: Gulf Blue. HEX triplet: 30, 45 and 69. RGB value is (48,69,105). Sum of RGB (Red+Green+Blue) = 48+69+105=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #304569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304569 is #CFBA96. Grayscale: #424242. Windows color (decimal): -13613719 or 6898992. OLE color: 6898992.

HSL color Cylindrical-coordinate representation of color #304569: hue angle of 217.89º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #304569 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 69 105 -
CMYK 0.54 0.34 0 0.59
HSL 217.89º 0.37% 0.3% -
HSV(B) 217.89º 0.54% 0.41% -
XYZ 5.9 5.9 14.19 -
YUV 66.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 48 69 105 0.54 0.34 0 0.59 217.89 0.37 0.3
Hex 30 45 69 36 22 0 3B DA 25 1E
Octal 60 105 151 66 42 0 73 332 45 36
Binary 110000 1000101 1101001 110110 100010 0 111011 11011010 100101 11110

Color Harmonies of #304569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304569

Black with #304569

Text Example


Text Example

White with #304569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304569; }

 p { color: rgb(48,69,105); }

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

background-color css

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

 a { background-color: rgb(48,69,105); }

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

border-color css

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

 span { border-color: rgb(48,69,105); }

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