Html Css Color HEX #387888 Calypso

📋 copy color: '#387888'

red 56 ◦ green 120 ◦ blue 136

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

Shades of Calypso #387888

Tints of Calypso #387888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.46%

 BLUE value IS 136 (53.52% from 255) = 43.59%

R = 17.95%
G = 38.46%
B = 43.59%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#387888 (or 0x387888) is known color: Calypso. HEX triplet: 38, 78 and 88. RGB value is (56,120,136). Sum of RGB (Red+Green+Blue) = 56+120+136=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #387888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387888 is #C78777. Grayscale: #666666. Windows color (decimal): -13076344 or 8943672. OLE color: 8943672.

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

Color convert

RGB 56 120 136 -
CMYK 0.59 0.12 0 0.47
HSL 192º 0.42% 0.38% -
HSV(B) 192º 0.59% 0.53% -
XYZ 12.79 16.05 25.72 -
YUV 102.69 146.8 94.7 -
System Red Green Blue C M Y K H S L
Decimal 56 120 136 0.59 0.12 0 0.47 192 0.42 0.38
Hex 38 78 88 3B C 0 2F C0 2A 26
Octal 70 170 210 73 14 0 57 300 52 46
Binary 111000 1111000 10001000 111011 1100 0 101111 11000000 101010 100110

Color Harmonies of #387888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387888

Black with #387888

Text Example


Text Example

White with #387888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387888; }

 p { color: rgb(56,120,136); }

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

background-color css

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

 a { background-color: rgb(56,120,136); }

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

border-color css

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

 span { border-color: rgb(56,120,136); }

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