Html Css Color HEX #387885 Calypso

📋 copy color: '#387885'

red 56 ◦ green 120 ◦ blue 133

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

Shades of Calypso #387885

Tints of Calypso #387885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.83%

 BLUE value IS 133 (52.34% from 255) = 43.04%

R = 18.12%
G = 38.83%
B = 43.04%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#387885 (or 0x387885) is known color: Calypso. HEX triplet: 38, 78 and 85. RGB value is (56,120,133). Sum of RGB (Red+Green+Blue) = 56+120+133=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #387885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387885 is #C7877A. Grayscale: #666666. Windows color (decimal): -13076347 or 8747064. OLE color: 8747064.

HSL color Cylindrical-coordinate representation of color #387885: hue angle of 190.13º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387885 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 120 133 -
CMYK 0.58 0.10 0 0.48
HSL 190.13º 0.41% 0.37% -
HSV(B) 190.13º 0.58% 0.52% -
XYZ 12.58 15.97 24.61 -
YUV 102.35 145.3 94.94 -
System Red Green Blue C M Y K H S L
Decimal 56 120 133 0.58 0.10 0 0.48 190.13 0.41 0.37
Hex 38 78 85 3A A 0 30 BE 29 25
Octal 70 170 205 72 12 0 60 276 51 45
Binary 111000 1111000 10000101 111010 1010 0 110000 10111110 101001 100101

Color Harmonies of #387885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387885

Black with #387885

Text Example


Text Example

White with #387885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387885; }

 p { color: rgb(56,120,133); }

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

background-color css

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

 a { background-color: rgb(56,120,133); }

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

border-color css

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

 span { border-color: rgb(56,120,133); }

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