Html Css Color HEX #304769 Gulf Blue

📋 copy color: '#304769'

red 48 ◦ green 71 ◦ blue 105

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

Shades of Gulf Blue #304769

Tints of Gulf Blue #304769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.7%

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

R = 21.43%
G = 31.7%
B = 46.88%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#304769 (or 0x304769) is known color: Gulf Blue. HEX triplet: 30, 47 and 69. RGB value is (48,71,105). Sum of RGB (Red+Green+Blue) = 48+71+105=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #304769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304769 is #CFB896. Grayscale: #434343. Windows color (decimal): -13613207 or 6899504. OLE color: 6899504.

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

Color convert

RGB 48 71 105 -
CMYK 0.54 0.32 0 0.59
HSL 215.79º 0.37% 0.3% -
HSV(B) 215.79º 0.54% 0.41% -
XYZ 6.02 6.15 14.24 -
YUV 68 148.88 113.74 -
System Red Green Blue C M Y K H S L
Decimal 48 71 105 0.54 0.32 0 0.59 215.79 0.37 0.3
Hex 30 47 69 36 20 0 3B D8 25 1E
Octal 60 107 151 66 40 0 73 330 45 36
Binary 110000 1000111 1101001 110110 100000 0 111011 11011000 100101 11110

Color Harmonies of #304769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304769

Black with #304769

Text Example


Text Example

White with #304769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304769; }

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

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

background-color css

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

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

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

border-color css

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

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

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