Html Css Color HEX #387487 Calypso

📋 copy color: '#387487'

red 56 ◦ green 116 ◦ blue 135

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

Shades of Calypso #387487

Tints of Calypso #387487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.79%

 BLUE value IS 135 (53.13% from 255) = 43.97%

R = 18.24%
G = 37.79%
B = 43.97%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#387487 (or 0x387487) is known color: Calypso. HEX triplet: 38, 74 and 87. RGB value is (56,116,135). Sum of RGB (Red+Green+Blue) = 56+116+135=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 135 - color contains mainly: blue. Hex color #387487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387487 is #C78B78. Grayscale: #646464. Windows color (decimal): -13077369 or 8877112. OLE color: 8877112.

HSL color Cylindrical-coordinate representation of color #387487: hue angle of 194.43º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387487 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 116 135 -
CMYK 0.59 0.14 0 0.47
HSL 194.43º 0.41% 0.37% -
HSV(B) 194.43º 0.59% 0.53% -
XYZ 12.25 15.08 25.19 -
YUV 100.23 147.62 96.46 -
System Red Green Blue C M Y K H S L
Decimal 56 116 135 0.59 0.14 0 0.47 194.43 0.41 0.37
Hex 38 74 87 3B E 0 2F C2 29 25
Octal 70 164 207 73 16 0 57 302 51 45
Binary 111000 1110100 10000111 111011 1110 0 101111 11000010 101001 100101

Color Harmonies of #387487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387487

Black with #387487

Text Example


Text Example

White with #387487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387487; }

 p { color: rgb(56,116,135); }

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

background-color css

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

 a { background-color: rgb(56,116,135); }

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

border-color css

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

 span { border-color: rgb(56,116,135); }

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