Html Css Color HEX #387281 Calypso

📋 copy color: '#387281'

red 56 ◦ green 114 ◦ blue 129

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

Shades of Calypso #387281

Tints of Calypso #387281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.13%

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

R = 18.73%
G = 38.13%
B = 43.14%

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

#387281 (or 0x387281) is known color: Calypso. HEX triplet: 38, 72 and 81. RGB value is (56,114,129). Sum of RGB (Red+Green+Blue) = 56+114+129=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #387281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387281 is #C78D7E. Grayscale: #626262. Windows color (decimal): -13077887 or 8483384. OLE color: 8483384.

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

Color convert

RGB 56 114 129 -
CMYK 0.57 0.12 0 0.49
HSL 192.33º 0.39% 0.36% -
HSV(B) 192.33º 0.57% 0.51% -
XYZ 11.61 14.46 22.95 -
YUV 98.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 56 114 129 0.57 0.12 0 0.49 192.33 0.39 0.36
Hex 38 72 81 39 C 0 31 C0 27 24
Octal 70 162 201 71 14 0 61 300 47 44
Binary 111000 1110010 10000001 111001 1100 0 110001 11000000 100111 100100

Color Harmonies of #387281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387281

Black with #387281

Text Example


Text Example

White with #387281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387281; }

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

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

background-color css

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

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

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

border-color css

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

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

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