Html Css Color HEX #387985 Calypso

📋 copy color: '#387985'

red 56 ◦ green 121 ◦ blue 133

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

Shades of Calypso #387985

Tints of Calypso #387985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.9%

R = 18.06%
G = 39.03%
B = 42.9%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#387985 (or 0x387985) is known color: Calypso. HEX triplet: 38, 79 and 85. RGB value is (56,121,133). Sum of RGB (Red+Green+Blue) = 56+121+133=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #387985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387985 is #C7867A. Grayscale: #666666. Windows color (decimal): -13076091 or 8747320. OLE color: 8747320.

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

Color convert

RGB 56 121 133 -
CMYK 0.58 0.09 0 0.48
HSL 189.35º 0.41% 0.37% -
HSV(B) 189.35º 0.58% 0.52% -
XYZ 12.7 16.21 24.65 -
YUV 102.93 144.97 94.52 -
System Red Green Blue C M Y K H S L
Decimal 56 121 133 0.58 0.09 0 0.48 189.35 0.41 0.37
Hex 38 79 85 3A 9 0 30 BD 29 25
Octal 70 171 205 72 11 0 60 275 51 45
Binary 111000 1111001 10000101 111010 1001 0 110000 10111101 101001 100101

Color Harmonies of #387985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387985

Black with #387985

Text Example


Text Example

White with #387985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387985; }

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

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

background-color css

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

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

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

border-color css

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

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

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