Html Css Color HEX #374766 Gulf Blue

📋 copy color: '#374766'

red 55 ◦ green 71 ◦ blue 102

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

Shades of Gulf Blue #374766

Tints of Gulf Blue #374766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 44.74%

R = 24.12%
G = 31.14%
B = 44.74%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#374766 (or 0x374766) is known color: Gulf Blue. HEX triplet: 37, 47 and 66. RGB value is (55,71,102). Sum of RGB (Red+Green+Blue) = 55+71+102=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #374766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374766 is #C8B899. Grayscale: #454545. Windows color (decimal): -13154458 or 6702903. OLE color: 6702903.

HSL color Cylindrical-coordinate representation of color #374766: hue angle of 219.57º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #374766 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 55 71 102 -
CMYK 0.46 0.30 0 0.6
HSL 219.57º 0.3% 0.31% -
HSV(B) 219.57º 0.46% 0.4% -
XYZ 6.23 6.28 13.45 -
YUV 69.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 55 71 102 0.46 0.30 0 0.6 219.57 0.3 0.31
Hex 37 47 66 2E 1E 0 3C DC 1E 1F
Octal 67 107 146 56 36 0 74 334 36 37
Binary 110111 1000111 1100110 101110 11110 0 111100 11011100 11110 11111

Color Harmonies of #374766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374766

Black with #374766

Text Example


Text Example

White with #374766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374766; }

 p { color: rgb(55,71,102); }

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

background-color css

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

 a { background-color: rgb(55,71,102); }

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

border-color css

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

 span { border-color: rgb(55,71,102); }

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