Html Css Color HEX #374865 Gulf Blue

📋 copy color: '#374865'

red 55 ◦ green 72 ◦ blue 101

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

Shades of Gulf Blue #374865

Tints of Gulf Blue #374865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.58%

 BLUE value IS 101 (39.84% from 255) = 44.3%

R = 24.12%
G = 31.58%
B = 44.3%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#374865 (or 0x374865) is known color: Gulf Blue. HEX triplet: 37, 48 and 65. RGB value is (55,72,101). Sum of RGB (Red+Green+Blue) = 55+72+101=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #374865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374865 is #C8B79A. Grayscale: #464646. Windows color (decimal): -13154203 or 6637623. OLE color: 6637623.

HSL color Cylindrical-coordinate representation of color #374865: hue angle of 217.83º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #374865 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 72 101 -
CMYK 0.46 0.29 0 0.60
HSL 217.83º 0.29% 0.31% -
HSV(B) 217.83º 0.46% 0.4% -
XYZ 6.24 6.39 13.22 -
YUV 70.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 55 72 101 0.46 0.29 0 0.60 217.83 0.29 0.31
Hex 37 48 65 2E 1D 0 3C DA 1D 1F
Octal 67 110 145 56 35 0 74 332 35 37
Binary 110111 1001000 1100101 101110 11101 0 111100 11011010 11101 11111

Color Harmonies of #374865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374865

Black with #374865

Text Example


Text Example

White with #374865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374865; }

 p { color: rgb(55,72,101); }

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

background-color css

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

 a { background-color: rgb(55,72,101); }

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

border-color css

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

 span { border-color: rgb(55,72,101); }

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