Html Css Color HEX #374261 Gulf Blue

📋 copy color: '#374261'

red 55 ◦ green 66 ◦ blue 97

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

Shades of Gulf Blue #374261

Tints of Gulf Blue #374261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

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

R = 25.23%
G = 30.28%
B = 44.5%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#374261 (or 0x374261) is known color: Gulf Blue. HEX triplet: 37, 42 and 61. RGB value is (55,66,97). Sum of RGB (Red+Green+Blue) = 55+66+97=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #374261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374261 is #C8BD9E. Grayscale: #424242. Windows color (decimal): -13155743 or 6373943. OLE color: 6373943.

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

Color convert

RGB 55 66 97 -
CMYK 0.43 0.32 0 0.62
HSL 224.29º 0.28% 0.3% -
HSV(B) 224.29º 0.43% 0.38% -
XYZ 5.68 5.57 12.09 -
YUV 66.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 55 66 97 0.43 0.32 0 0.62 224.29 0.28 0.3
Hex 37 42 61 2B 20 0 3E E0 1C 1E
Octal 67 102 141 53 40 0 76 340 34 36
Binary 110111 1000010 1100001 101011 100000 0 111110 11100000 11100 11110

Color Harmonies of #374261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374261

Black with #374261

Text Example


Text Example

White with #374261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374261; }

 p { color: rgb(55,66,97); }

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

background-color css

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

 a { background-color: rgb(55,66,97); }

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

border-color css

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

 span { border-color: rgb(55,66,97); }

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