Html Css Color HEX #374362 Gulf Blue

📋 copy color: '#374362'

red 55 ◦ green 67 ◦ blue 98

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

Shades of Gulf Blue #374362

Tints of Gulf Blue #374362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.45%

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

R = 25%
G = 30.45%
B = 44.55%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#374362 (or 0x374362) is known color: Gulf Blue. HEX triplet: 37, 43 and 62. RGB value is (55,67,98). Sum of RGB (Red+Green+Blue) = 55+67+98=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #374362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374362 is #C8BC9D. Grayscale: #424242. Windows color (decimal): -13155486 or 6439735. OLE color: 6439735.

HSL color Cylindrical-coordinate representation of color #374362: hue angle of 223.26º 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 #374362 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 67 98 -
CMYK 0.44 0.32 0 0.62
HSL 223.26º 0.28% 0.3% -
HSV(B) 223.26º 0.44% 0.38% -
XYZ 5.79 5.71 12.35 -
YUV 66.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 55 67 98 0.44 0.32 0 0.62 223.26 0.28 0.3
Hex 37 43 62 2C 20 0 3E DF 1C 1E
Octal 67 103 142 54 40 0 76 337 34 36
Binary 110111 1000011 1100010 101100 100000 0 111110 11011111 11100 11110

Color Harmonies of #374362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374362

Black with #374362

Text Example


Text Example

White with #374362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374362; }

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

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

background-color css

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

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

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

border-color css

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

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

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