Html Css Color HEX #387986 Calypso

📋 copy color: '#387986'

red 56 ◦ green 121 ◦ blue 134

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

Shades of Calypso #387986

Tints of Calypso #387986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.91%

 BLUE value IS 134 (52.73% from 255) = 43.09%

R = 18.01%
G = 38.91%
B = 43.09%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#387986 (or 0x387986) is known color: Calypso. HEX triplet: 38, 79 and 86. RGB value is (56,121,134). Sum of RGB (Red+Green+Blue) = 56+121+134=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 134 - color contains mainly: blue. Hex color #387986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387986 is #C78679. Grayscale: #666666. Windows color (decimal): -13076090 or 8812856. OLE color: 8812856.

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

Color convert

RGB 56 121 134 -
CMYK 0.58 0.10 0 0.47
HSL 190º 0.41% 0.37% -
HSV(B) 190º 0.58% 0.53% -
XYZ 12.77 16.24 25.02 -
YUV 103.05 145.47 94.44 -
System Red Green Blue C M Y K H S L
Decimal 56 121 134 0.58 0.10 0 0.47 190 0.41 0.37
Hex 38 79 86 3A A 0 2F BE 29 25
Octal 70 171 206 72 12 0 57 276 51 45
Binary 111000 1111001 10000110 111010 1010 0 101111 10111110 101001 100101

Color Harmonies of #387986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387986

Black with #387986

Text Example


Text Example

White with #387986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387986; }

 p { color: rgb(56,121,134); }

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

background-color css

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

 a { background-color: rgb(56,121,134); }

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

border-color css

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

 span { border-color: rgb(56,121,134); }

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