Html Css Color HEX #374564 Gulf Blue

📋 copy color: '#374564'

red 55 ◦ green 69 ◦ blue 100

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

Shades of Gulf Blue #374564

Tints of Gulf Blue #374564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 44.64%

R = 24.55%
G = 30.8%
B = 44.64%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#374564 (or 0x374564) is known color: Gulf Blue. HEX triplet: 37, 45 and 64. RGB value is (55,69,100). Sum of RGB (Red+Green+Blue) = 55+69+100=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 100 - color contains mainly: blue. Hex color #374564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374564 is #C8BA9B. Grayscale: #444444. Windows color (decimal): -13154972 or 6571319. OLE color: 6571319.

HSL color Cylindrical-coordinate representation of color #374564: hue angle of 221.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #374564 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 69 100 -
CMYK 0.45 0.31 0 0.61
HSL 221.33º 0.29% 0.3% -
HSV(B) 221.33º 0.45% 0.39% -
XYZ 6 5.99 12.9 -
YUV 68.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 55 69 100 0.45 0.31 0 0.61 221.33 0.29 0.3
Hex 37 45 64 2D 1F 0 3D DD 1D 1E
Octal 67 105 144 55 37 0 75 335 35 36
Binary 110111 1000101 1100100 101101 11111 0 111101 11011101 11101 11110

Color Harmonies of #374564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374564

Black with #374564

Text Example


Text Example

White with #374564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374564; }

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

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

background-color css

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

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

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

border-color css

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

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

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