Html Css Color HEX #374562 Gulf Blue

📋 copy color: '#374562'

red 55 ◦ green 69 ◦ blue 98

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

Shades of Gulf Blue #374562

Tints of Gulf Blue #374562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.08%

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

R = 24.77%
G = 31.08%
B = 44.14%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#374562 (or 0x374562) is known color: Gulf Blue. HEX triplet: 37, 45 and 62. RGB value is (55,69,98). Sum of RGB (Red+Green+Blue) = 55+69+98=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #374562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374562 is #C8BA9D. Grayscale: #434343. Windows color (decimal): -13154974 or 6440247. OLE color: 6440247.

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

Color convert

RGB 55 69 98 -
CMYK 0.44 0.30 0 0.62
HSL 220.47º 0.28% 0.3% -
HSV(B) 220.47º 0.44% 0.38% -
XYZ 5.91 5.95 12.39 -
YUV 68.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 55 69 98 0.44 0.30 0 0.62 220.47 0.28 0.3
Hex 37 45 62 2C 1E 0 3E DC 1C 1E
Octal 67 105 142 54 36 0 76 334 34 36
Binary 110111 1000101 1100010 101100 11110 0 111110 11011100 11100 11110

Color Harmonies of #374562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374562

Black with #374562

Text Example


Text Example

White with #374562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374562; }

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

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

background-color css

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

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

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

border-color css

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

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

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