Html Css Color HEX #376F7C Calypso

📋 copy color: '#376F7C'

red 55 ◦ green 111 ◦ blue 124

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

Shades of Calypso #376F7C

Tints of Calypso #376F7C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.28%

 BLUE value IS 124 (48.83% from 255) = 42.76%

R = 18.97%
G = 38.28%
B = 42.76%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#376F7C (or 0x376F7C) is known color: Calypso. HEX triplet: 37, 6F and 7C. RGB value is (55,111,124). Sum of RGB (Red+Green+Blue) = 55+111+124=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #376F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F7C is #C89083. Grayscale: #5F5F5F. Windows color (decimal): -13144196 or 8154935. OLE color: 8154935.

HSL color Cylindrical-coordinate representation of color #376F7C: hue angle of 191.3º 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 #376F7C is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 111 124 -
CMYK 0.56 0.10 0 0.51
HSL 191.3º 0.39% 0.35% -
HSV(B) 191.3º 0.56% 0.49% -
XYZ 10.9 13.64 21.13 -
YUV 95.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 55 111 124 0.56 0.10 0 0.51 191.3 0.39 0.35
Hex 37 6F 7C 38 A 0 33 BF 27 23
Octal 67 157 174 70 12 0 63 277 47 43
Binary 110111 1101111 1111100 111000 1010 0 110011 10111111 100111 100011

Color Harmonies of #376F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F7C

Black with #376F7C

Text Example


Text Example

White with #376F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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