Html Css Color HEX #377C7D Atoll

📋 copy color: '#377C7D'

red 55 ◦ green 124 ◦ blue 125

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

Shades of Atoll #377C7D

Tints of Atoll #377C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.79%

 BLUE value IS 125 (49.22% from 255) = 41.12%

R = 18.09%
G = 40.79%
B = 41.12%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#377C7D (or 0x377C7D) is known color: Atoll. HEX triplet: 37, 7C and 7D. RGB value is (55,124,125). Sum of RGB (Red+Green+Blue) = 55+124+125=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #377C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C7D is #C88382. Grayscale: #676767. Windows color (decimal): -13140867 or 8223799. OLE color: 8223799.

HSL color Cylindrical-coordinate representation of color #377C7D: hue angle of 180.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377C7D is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 124 125 -
CMYK 0.56 0.01 0 0.51
HSL 180.86º 0.39% 0.35% -
HSV(B) 180.86º 0.56% 0.49% -
XYZ 12.48 16.71 21.97 -
YUV 103.48 140.14 93.42 -
System Red Green Blue C M Y K H S L
Decimal 55 124 125 0.56 0.01 0 0.51 180.86 0.39 0.35
Hex 37 7C 7D 38 1 0 33 B5 27 23
Octal 67 174 175 70 1 0 63 265 47 43
Binary 110111 1111100 1111101 111000 1 0 110011 10110101 100111 100011

Color Harmonies of #377C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C7D

Black with #377C7D

Text Example


Text Example

White with #377C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377C7D; }

 p { color: rgb(55,124,125); }

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

background-color css

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

 a { background-color: rgb(55,124,125); }

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

border-color css

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

 span { border-color: rgb(55,124,125); }

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