Html Css Color HEX #374863 Gulf Blue

📋 copy color: '#374863'

red 55 ◦ green 72 ◦ blue 99

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

Shades of Gulf Blue #374863

Tints of Gulf Blue #374863

RGB

 RED value IS 55 (21.88% from 255) = 24.34%

 GREEN value IS 72 (28.52% from 255) = 31.86%

 BLUE value IS 99 (39.06% from 255) = 43.81%

R = 24.34%
G = 31.86%
B = 43.81%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#374863 (or 0x374863) is known color: Gulf Blue. HEX triplet: 37, 48 and 63. RGB value is (55,72,99). Sum of RGB (Red+Green+Blue) = 55+72+99=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #374863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374863 is #C8B79C. Grayscale: #454545. Windows color (decimal): -13154205 or 6506551. OLE color: 6506551.

HSL color Cylindrical-coordinate representation of color #374863: hue angle of 216.82º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #374863 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 72 99 -
CMYK 0.44 0.27 0 0.61
HSL 216.82º 0.29% 0.3% -
HSV(B) 216.82º 0.44% 0.39% -
XYZ 6.15 6.35 12.71 -
YUV 70 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 55 72 99 0.44 0.27 0 0.61 216.82 0.29 0.3
Hex 37 48 63 2C 1B 0 3D D9 1D 1E
Octal 67 110 143 54 33 0 75 331 35 36
Binary 110111 1001000 1100011 101100 11011 0 111101 11011001 11101 11110

Color Harmonies of #374863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374863

Black with #374863

Text Example


Text Example

White with #374863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374863; }

 p { color: rgb(55,72,99); }

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

background-color css

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

 a { background-color: rgb(55,72,99); }

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

border-color css

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

 span { border-color: rgb(55,72,99); }

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