Html Css Color HEX #374665 Gulf Blue

📋 copy color: '#374665'

red 55 ◦ green 70 ◦ blue 101

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

Shades of Gulf Blue #374665

Tints of Gulf Blue #374665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.97%

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

R = 24.34%
G = 30.97%
B = 44.69%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#374665 (or 0x374665) is known color: Gulf Blue. HEX triplet: 37, 46 and 65. RGB value is (55,70,101). Sum of RGB (Red+Green+Blue) = 55+70+101=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #374665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374665 is #C8B99A. Grayscale: #444444. Windows color (decimal): -13154715 or 6637111. OLE color: 6637111.

HSL color Cylindrical-coordinate representation of color #374665: hue angle of 220.43º 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 #374665 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 70 101 -
CMYK 0.46 0.31 0 0.60
HSL 220.43º 0.29% 0.31% -
HSV(B) 220.43º 0.46% 0.4% -
XYZ 6.11 6.13 13.17 -
YUV 69.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 55 70 101 0.46 0.31 0 0.60 220.43 0.29 0.31
Hex 37 46 65 2E 1F 0 3C DC 1D 1F
Octal 67 106 145 56 37 0 74 334 35 37
Binary 110111 1000110 1100101 101110 11111 0 111100 11011100 11101 11111

Color Harmonies of #374665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374665

Black with #374665

Text Example


Text Example

White with #374665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374665; }

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

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

background-color css

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

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

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

border-color css

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

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

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