Html Css Color HEX #387181 Calypso

📋 copy color: '#387181'

red 56 ◦ green 113 ◦ blue 129

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

Shades of Calypso #387181

Tints of Calypso #387181

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

 BLUE value IS 129 (50.78% from 255) = 43.29%

R = 18.79%
G = 37.92%
B = 43.29%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#387181 (or 0x387181) is known color: Calypso. HEX triplet: 38, 71 and 81. RGB value is (56,113,129). Sum of RGB (Red+Green+Blue) = 56+113+129=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #387181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387181 is #C78E7E. Grayscale: #616161. Windows color (decimal): -13078143 or 8483128. OLE color: 8483128.

HSL color Cylindrical-coordinate representation of color #387181: hue angle of 193.15º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387181 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 113 129 -
CMYK 0.57 0.12 0 0.49
HSL 193.15º 0.39% 0.36% -
HSV(B) 193.15º 0.57% 0.51% -
XYZ 11.5 14.24 22.91 -
YUV 97.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 56 113 129 0.57 0.12 0 0.49 193.15 0.39 0.36
Hex 38 71 81 39 C 0 31 C1 27 24
Octal 70 161 201 71 14 0 61 301 47 44
Binary 111000 1110001 10000001 111001 1100 0 110001 11000001 100111 100100

Color Harmonies of #387181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387181

Black with #387181

Text Example


Text Example

White with #387181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387181; }

 p { color: rgb(56,113,129); }

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

background-color css

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

 a { background-color: rgb(56,113,129); }

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

border-color css

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

 span { border-color: rgb(56,113,129); }

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