Html Css Color HEX #304361 Gulf Blue

📋 copy color: '#304361'

red 48 ◦ green 67 ◦ blue 97

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

Shades of Gulf Blue #304361

Tints of Gulf Blue #304361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 45.75%

R = 22.64%
G = 31.6%
B = 45.75%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304361 (or 0x304361) is known color: Gulf Blue. HEX triplet: 30, 43 and 61. RGB value is (48,67,97). Sum of RGB (Red+Green+Blue) = 48+67+97=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #304361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304361 is #CFBC9E. Grayscale: #404040. Windows color (decimal): -13614239 or 6374192. OLE color: 6374192.

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

Color convert

RGB 48 67 97 -
CMYK 0.51 0.31 0 0.62
HSL 216.73º 0.34% 0.28% -
HSV(B) 216.73º 0.51% 0.38% -
XYZ 5.38 5.51 12.09 -
YUV 64.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 48 67 97 0.51 0.31 0 0.62 216.73 0.34 0.28
Hex 30 43 61 33 1F 0 3E D9 22 1C
Octal 60 103 141 63 37 0 76 331 42 34
Binary 110000 1000011 1100001 110011 11111 0 111110 11011001 100010 11100

Color Harmonies of #304361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304361

Black with #304361

Text Example


Text Example

White with #304361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304361; }

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

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

background-color css

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

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

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

border-color css

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

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

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