Html Css Color HEX #374259 Gulf Blue

📋 copy color: '#374259'

red 55 ◦ green 66 ◦ blue 89

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

Shades of Gulf Blue #374259

Tints of Gulf Blue #374259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 42.38%

R = 26.19%
G = 31.43%
B = 42.38%

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

#374259 (or 0x374259) is known color: Gulf Blue. HEX triplet: 37, 42 and 59. RGB value is (55,66,89). Sum of RGB (Red+Green+Blue) = 55+66+89=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #374259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374259 is #C8BDA6. Grayscale: #414141. Windows color (decimal): -13155751 or 5849655. OLE color: 5849655.

HSL color Cylindrical-coordinate representation of color #374259: hue angle of 220.59º degrees, saturation: 0.24, 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 #374259 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 66 89 -
CMYK 0.38 0.26 0 0.65
HSL 220.59º 0.24% 0.28% -
HSV(B) 220.59º 0.38% 0.35% -
XYZ 5.33 5.43 10.22 -
YUV 65.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 55 66 89 0.38 0.26 0 0.65 220.59 0.24 0.28
Hex 37 42 59 26 1A 0 41 DD 18 1C
Octal 67 102 131 46 32 0 101 335 30 34
Binary 110111 1000010 1011001 100110 11010 0 1000001 11011101 11000 11100

Color Harmonies of #374259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374259

Black with #374259

Text Example


Text Example

White with #374259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374259; }

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

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

background-color css

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

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

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

border-color css

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

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

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