Html Css Color HEX #387788 Calypso

📋 copy color: '#387788'

red 56 ◦ green 119 ◦ blue 136

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

Shades of Calypso #387788

Tints of Calypso #387788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.26%

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

R = 18.01%
G = 38.26%
B = 43.73%

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

#387788 (or 0x387788) is known color: Calypso. HEX triplet: 38, 77 and 88. RGB value is (56,119,136). Sum of RGB (Red+Green+Blue) = 56+119+136=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #387788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387788 is #C78877. Grayscale: #656565. Windows color (decimal): -13076600 or 8943416. OLE color: 8943416.

HSL color Cylindrical-coordinate representation of color #387788: hue angle of 192.75º 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 #387788 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 119 136 -
CMYK 0.59 0.12 0 0.47
HSL 192.75º 0.42% 0.38% -
HSV(B) 192.75º 0.59% 0.53% -
XYZ 12.67 15.81 25.68 -
YUV 102.1 147.13 95.12 -
System Red Green Blue C M Y K H S L
Decimal 56 119 136 0.59 0.12 0 0.47 192.75 0.42 0.38
Hex 38 77 88 3B C 0 2F C1 2A 26
Octal 70 167 210 73 14 0 57 301 52 46
Binary 111000 1110111 10001000 111011 1100 0 101111 11000001 101010 100110

Color Harmonies of #387788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387788

Black with #387788

Text Example


Text Example

White with #387788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387788; }

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

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

background-color css

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

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

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

border-color css

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

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

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