Html Css Color HEX #374158 Gulf Blue

📋 copy color: '#374158'

red 55 ◦ green 65 ◦ blue 88

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

Shades of Gulf Blue #374158

Tints of Gulf Blue #374158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.25%

 BLUE value IS 88 (34.77% from 255) = 42.31%

R = 26.44%
G = 31.25%
B = 42.31%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#374158 (or 0x374158) is known color: Gulf Blue. HEX triplet: 37, 41 and 58. RGB value is (55,65,88). Sum of RGB (Red+Green+Blue) = 55+65+88=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #374158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374158 is #C8BEA7. Grayscale: #404040. Windows color (decimal): -13156008 or 5783863. OLE color: 5783863.

HSL color Cylindrical-coordinate representation of color #374158: hue angle of 221.82º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #374158 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 65 88 -
CMYK 0.38 0.26 0 0.65
HSL 221.82º 0.23% 0.28% -
HSV(B) 221.82º 0.38% 0.35% -
XYZ 5.23 5.3 9.98 -
YUV 64.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 55 65 88 0.38 0.26 0 0.65 221.82 0.23 0.28
Hex 37 41 58 26 1A 0 41 DE 17 1C
Octal 67 101 130 46 32 0 101 336 27 34
Binary 110111 1000001 1011000 100110 11010 0 1000001 11011110 10111 11100

Color Harmonies of #374158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374158

Black with #374158

Text Example


Text Example

White with #374158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374158; }

 p { color: rgb(55,65,88); }

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

background-color css

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

 a { background-color: rgb(55,65,88); }

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

border-color css

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

 span { border-color: rgb(55,65,88); }

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