Html Css Color HEX #387485 Calypso

📋 copy color: '#387485'

red 56 ◦ green 116 ◦ blue 133

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

Shades of Calypso #387485

Tints of Calypso #387485

RGB

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

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

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

R = 18.36%
G = 38.03%
B = 43.61%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#387485 (or 0x387485) is known color: Calypso. HEX triplet: 38, 74 and 85. RGB value is (56,116,133). Sum of RGB (Red+Green+Blue) = 56+116+133=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #387485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387485 is #C78B7A. Grayscale: #636363. Windows color (decimal): -13077371 or 8746040. OLE color: 8746040.

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

Color convert

RGB 56 116 133 -
CMYK 0.58 0.13 0 0.48
HSL 193.25º 0.41% 0.37% -
HSV(B) 193.25º 0.58% 0.52% -
XYZ 12.11 15.02 24.45 -
YUV 100 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 56 116 133 0.58 0.13 0 0.48 193.25 0.41 0.37
Hex 38 74 85 3A D 0 30 C1 29 25
Octal 70 164 205 72 15 0 60 301 51 45
Binary 111000 1110100 10000101 111010 1101 0 110000 11000001 101001 100101

Color Harmonies of #387485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387485

Black with #387485

Text Example


Text Example

White with #387485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387485; }

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

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

background-color css

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

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

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

border-color css

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

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

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