Html Css Color HEX #374662 Gulf Blue

📋 copy color: '#374662'

red 55 ◦ green 70 ◦ blue 98

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

Shades of Gulf Blue #374662

Tints of Gulf Blue #374662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.39%

 BLUE value IS 98 (38.67% from 255) = 43.95%

R = 24.66%
G = 31.39%
B = 43.95%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#374662 (or 0x374662) is known color: Gulf Blue. HEX triplet: 37, 46 and 62. RGB value is (55,70,98). Sum of RGB (Red+Green+Blue) = 55+70+98=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #374662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374662 is #C8B99D. Grayscale: #444444. Windows color (decimal): -13154718 or 6440503. OLE color: 6440503.

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

Color convert

RGB 55 70 98 -
CMYK 0.44 0.29 0 0.62
HSL 219.07º 0.28% 0.3% -
HSV(B) 219.07º 0.44% 0.38% -
XYZ 5.97 6.07 12.41 -
YUV 68.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 55 70 98 0.44 0.29 0 0.62 219.07 0.28 0.3
Hex 37 46 62 2C 1D 0 3E DB 1C 1E
Octal 67 106 142 54 35 0 76 333 34 36
Binary 110111 1000110 1100010 101100 11101 0 111110 11011011 11100 11110

Color Harmonies of #374662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374662

Black with #374662

Text Example


Text Example

White with #374662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374662; }

 p { color: rgb(55,70,98); }

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

background-color css

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

 a { background-color: rgb(55,70,98); }

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

border-color css

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

 span { border-color: rgb(55,70,98); }

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