Html Css Color HEX #387481 Calypso

📋 copy color: '#387481'

red 56 ◦ green 116 ◦ blue 129

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

Shades of Calypso #387481

Tints of Calypso #387481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

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

R = 18.6%
G = 38.54%
B = 42.86%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#387481 (or 0x387481) is known color: Calypso. HEX triplet: 38, 74 and 81. RGB value is (56,116,129). Sum of RGB (Red+Green+Blue) = 56+116+129=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 129 - color contains mainly: blue. Hex color #387481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387481 is #C78B7E. Grayscale: #636363. Windows color (decimal): -13077375 or 8483896. OLE color: 8483896.

HSL color Cylindrical-coordinate representation of color #387481: hue angle of 190.68º 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 #387481 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 116 129 -
CMYK 0.57 0.10 0 0.49
HSL 190.68º 0.39% 0.36% -
HSV(B) 190.68º 0.57% 0.51% -
XYZ 11.84 14.92 23.02 -
YUV 99.54 144.62 96.94 -
System Red Green Blue C M Y K H S L
Decimal 56 116 129 0.57 0.10 0 0.49 190.68 0.39 0.36
Hex 38 74 81 39 A 0 31 BF 27 24
Octal 70 164 201 71 12 0 61 277 47 44
Binary 111000 1110100 10000001 111001 1010 0 110001 10111111 100111 100100

Color Harmonies of #387481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387481

Black with #387481

Text Example


Text Example

White with #387481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387481; }

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

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

background-color css

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

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

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

border-color css

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

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

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