Html Css Color HEX #387486 Calypso

📋 copy color: '#387486'

red 56 ◦ green 116 ◦ blue 134

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

Shades of Calypso #387486

Tints of Calypso #387486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.79%

R = 18.3%
G = 37.91%
B = 43.79%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#387486 (or 0x387486) is known color: Calypso. HEX triplet: 38, 74 and 86. RGB value is (56,116,134). Sum of RGB (Red+Green+Blue) = 56+116+134=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #387486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387486 is #C78B79. Grayscale: #636363. Windows color (decimal): -13077370 or 8811576. OLE color: 8811576.

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

Color convert

RGB 56 116 134 -
CMYK 0.58 0.13 0 0.47
HSL 193.85º 0.41% 0.37% -
HSV(B) 193.85º 0.58% 0.53% -
XYZ 12.18 15.05 24.82 -
YUV 100.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 56 116 134 0.58 0.13 0 0.47 193.85 0.41 0.37
Hex 38 74 86 3A D 0 2F C2 29 25
Octal 70 164 206 72 15 0 57 302 51 45
Binary 111000 1110100 10000110 111010 1101 0 101111 11000010 101001 100101

Color Harmonies of #387486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387486

Black with #387486

Text Example


Text Example

White with #387486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387486; }

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

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

background-color css

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

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

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

border-color css

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

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

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