Html Css Color HEX #387785 Calypso

📋 copy color: '#387785'

red 56 ◦ green 119 ◦ blue 133

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

Shades of Calypso #387785

Tints of Calypso #387785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.64%

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

R = 18.18%
G = 38.64%
B = 43.18%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#387785 (or 0x387785) is known color: Calypso. HEX triplet: 38, 77 and 85. RGB value is (56,119,133). Sum of RGB (Red+Green+Blue) = 56+119+133=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #387785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387785 is #C7887A. Grayscale: #656565. Windows color (decimal): -13076603 or 8746808. OLE color: 8746808.

HSL color Cylindrical-coordinate representation of color #387785: hue angle of 190.91º 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 #387785 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 119 133 -
CMYK 0.58 0.11 0 0.48
HSL 190.91º 0.41% 0.37% -
HSV(B) 190.91º 0.58% 0.52% -
XYZ 12.46 15.73 24.57 -
YUV 101.76 145.63 95.36 -
System Red Green Blue C M Y K H S L
Decimal 56 119 133 0.58 0.11 0 0.48 190.91 0.41 0.37
Hex 38 77 85 3A B 0 30 BF 29 25
Octal 70 167 205 72 13 0 60 277 51 45
Binary 111000 1110111 10000101 111010 1011 0 110000 10111111 101001 100101

Color Harmonies of #387785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387785

Black with #387785

Text Example


Text Example

White with #387785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387785; }

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

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

background-color css

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

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

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

border-color css

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

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

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