Html Css Color HEX #387380 Calypso

📋 copy color: '#387380'

red 56 ◦ green 115 ◦ blue 128

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

Shades of Calypso #387380

Tints of Calypso #387380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.46%

 BLUE value IS 128 (50.39% from 255) = 42.81%

R = 18.73%
G = 38.46%
B = 42.81%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#387380 (or 0x387380) is known color: Calypso. HEX triplet: 38, 73 and 80. RGB value is (56,115,128). Sum of RGB (Red+Green+Blue) = 56+115+128=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #387380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387380 is #C78C7F. Grayscale: #626262. Windows color (decimal): -13077632 or 8418104. OLE color: 8418104.

HSL color Cylindrical-coordinate representation of color #387380: hue angle of 190.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387380 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 115 128 -
CMYK 0.56 0.10 0 0.50
HSL 190.83º 0.39% 0.36% -
HSV(B) 190.83º 0.56% 0.5% -
XYZ 11.66 14.66 22.64 -
YUV 98.84 144.45 97.44 -
System Red Green Blue C M Y K H S L
Decimal 56 115 128 0.56 0.10 0 0.50 190.83 0.39 0.36
Hex 38 73 80 38 A 0 32 BF 27 24
Octal 70 163 200 70 12 0 62 277 47 44
Binary 111000 1110011 10000000 111000 1010 0 110010 10111111 100111 100100

Color Harmonies of #387380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387380

Black with #387380

Text Example


Text Example

White with #387380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387380; }

 p { color: rgb(56,115,128); }

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

background-color css

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

 a { background-color: rgb(56,115,128); }

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

border-color css

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

 span { border-color: rgb(56,115,128); }

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