Html Css Color HEX #387180 Calypso

📋 copy color: '#387180'

red 56 ◦ green 113 ◦ blue 128

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

Shades of Calypso #387180

Tints of Calypso #387180

RGB

 RED value IS 56 (22.27% from 255) = 18.86%

 GREEN value IS 113 (44.53% from 255) = 38.05%

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 18.86%
G = 38.05%
B = 43.1%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#387180 (or 0x387180) is known color: Calypso. HEX triplet: 38, 71 and 80. RGB value is (56,113,128). Sum of RGB (Red+Green+Blue) = 56+113+128=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #387180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387180 is #C78E7F. Grayscale: #616161. Windows color (decimal): -13078144 or 8417592. OLE color: 8417592.

HSL color Cylindrical-coordinate representation of color #387180: hue angle of 192.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387180 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 113 128 -
CMYK 0.56 0.12 0 0.50
HSL 192.5º 0.39% 0.36% -
HSV(B) 192.5º 0.56% 0.5% -
XYZ 11.43 14.21 22.56 -
YUV 97.67 145.12 98.28 -
System Red Green Blue C M Y K H S L
Decimal 56 113 128 0.56 0.12 0 0.50 192.5 0.39 0.36
Hex 38 71 80 38 C 0 32 C0 27 24
Octal 70 161 200 70 14 0 62 300 47 44
Binary 111000 1110001 10000000 111000 1100 0 110010 11000000 100111 100100

Color Harmonies of #387180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387180

Black with #387180

Text Example


Text Example

White with #387180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387180; }

 p { color: rgb(56,113,128); }

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

background-color css

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

 a { background-color: rgb(56,113,128); }

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

border-color css

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

 span { border-color: rgb(56,113,128); }

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